chore: 关于菜单增加更新日志内嵌菜单,移除在线文档外链菜单

This commit is contained in:
2025-07-27 14:10:24 +08:00
parent dca7379c20
commit f3dea886ad
2 changed files with 12 additions and 2 deletions

View File

@@ -81,8 +81,9 @@ export const systemRoutes: RouteRecordRaw[] = [
meta: { title: '接口文档', icon: 'swagger', hidden: false, keepAlive: true },
},
{
path: 'https://continew.top',
meta: { title: '在线文档', icon: 'continew', hidden: false },
path: '/about/document/changelog',
component: () => import('@/views/about/document/changelog/index.vue'),
meta: { title: '更新日志', icon: 'continew', hidden: false, keepAlive: true },
},
{
path: 'https://arco.design/vue/component/button',

View File

@@ -0,0 +1,9 @@
<template>
<GiIframe src="https://continew.top/admin/changelog/"></GiIframe>
</template>
<script lang='ts' setup>
defineOptions({ name: 'AboutDocumentChangelog' })
</script>
<style scoped lang="scss"></style>