diff --git a/src/assets/icons/arco.svg b/src/assets/icons/arco.svg index 3913a29..b279461 100644 --- a/src/assets/icons/arco.svg +++ b/src/assets/icons/arco.svg @@ -1,4 +1,4 @@ - + diff --git a/src/router/route.ts b/src/router/route.ts index cdb4cf2..836da1a 100644 --- a/src/router/route.ts +++ b/src/router/route.ts @@ -69,21 +69,19 @@ export const systemRoutes: RouteRecordRaw[] = [ meta: { title: '关于项目', icon: 'apps', hidden: false, sort: 999 }, children: [ { - path: '/about/document', - name: 'AboutDocument', - meta: { title: '项目文档', icon: 'file', hidden: false, keepAlive: true }, - children: [ - { - path: '/about/document/api', - component: () => import('@/views/about/document/api/index.vue'), - meta: { title: 'API文档', icon: 'continew', hidden: false, keepAlive: true }, - }, - { - path: '/about/document/arco-design-vue', - component: () => import('@/views/about/document/arco-design-vue/index.vue'), - meta: { title: 'Arco Design文档', icon: 'arco', hidden: false, keepAlive: true }, - }, - ], + path: '/about/document/continew', + component: () => import('@/views/about/document/continew/index.vue'), + meta: { title: '在线文档', icon: 'continew', hidden: false, keepAlive: true }, + }, + { + path: '/about/document/api', + component: () => import('@/views/about/document/api/index.vue'), + meta: { title: '接口文档', icon: 'continew', hidden: false, keepAlive: true }, + }, + { + path: '/about/document/arco-design-vue', + component: () => import('@/views/about/document/arco-design-vue/index.vue'), + meta: { title: 'Arco Design文档', icon: 'arco', hidden: false, keepAlive: true }, }, { path: '/about/source', diff --git a/src/views/about/document/continew/index.vue b/src/views/about/document/continew/index.vue new file mode 100644 index 0000000..b746fc9 --- /dev/null +++ b/src/views/about/document/continew/index.vue @@ -0,0 +1,9 @@ + + + + +