diff --git a/examples/router/modules/docs.ts b/examples/router/modules/docs.ts index 916f0ab..2ca4a22 100644 --- a/examples/router/modules/docs.ts +++ b/examples/router/modules/docs.ts @@ -69,97 +69,7 @@ const basicRoutes = [ hideInMenu: true }, children: [ - { - path: '/docs/quick-satrt', - name: 'Designer', - component: () => import('docs/Content/Content.vue'), - redirect: '/docs/quick-satrt/intro', - meta: { - title: '快速开始', - icon: 'intro', - ignoreAuth: true, - hideInMenu: true - }, - children: [ - { - path: 'intro', - name: 'Intro', - component: () => import('docs/tutorial/Home.md'), - meta: { - title: '介绍', - icon: 'intro', - ignoreAuth: true, - hideInMenu: true - } - }, - { - path: 'quick-start', - name: 'QuickStart', - component: () => import('docs/tutorial/QuickStart.md'), - meta: { - title: '快速开始', - icon: 'course', - ignoreAuth: true, - hideInMenu: true - } - }, - { - path: 'development', - name: 'Development', - component: () => import('docs/tutorial/Development.md'), - meta: { - title: '组件开发', - icon: 'development', - ignoreAuth: true, - hideInMenu: true - } - }, - { - path: 'data', - name: 'Data', - component: () => import('docs/tutorial/Data.md'), - meta: { - title: '数据集成', - icon: 'data', - ignoreAuth: true, - hideInMenu: true - } - }, - { - path: 'common-issues', - name: 'CommonIssues', - component: () => import('docs/tutorial/CommonIssues.md'), - meta: { - title: '常见问题', - icon: 'question', - ignoreAuth: true, - hideInMenu: true - } - }, - { - path: 'license', - name: 'LICENSE', - component: () => import('docs/tutorial/License.md'), - meta: { - title: '版权声明', - icon: 'license', - ignoreAuth: true, - hideInMenu: true - } - } - ] - }, - { - path: '/docs/component', - name: 'Component', - component: () => import('docs/Content/Content.vue'), - meta: { - title: '组件', - icon: 'components' - }, - redirect: '/docs/component/text/static-text', - children: [...getComponents()] - } + ] } ] diff --git a/public/favicon.ico b/public/favicon.ico index c194d0c..b44f22d 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ