浏览代码

修改路由

st 2 月之前
父节点
当前提交
aeb43af185
共有 1 个文件被更改,包括 42 次插入42 次删除
  1. 42 42
      src/router/route.ts

+ 42 - 42
src/router/route.ts

@@ -62,48 +62,48 @@ export const systemRoutes: RouteRecordRaw[] = [
       },
     ],
   },
-  {
-    path: '/about',
-    name: 'About',
-    component: Layout,
-    meta: { title: '关于项目', icon: 'apps', hidden: false, sort: 999 },
-    children: [
-      {
-        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',
-        name: 'AboutSource',
-        meta: { title: '开源地址', icon: 'github', hidden: false },
-        children: [
-          {
-            path: 'https://gitee.com/continew/continew-admin',
-            meta: { title: 'Gitee', icon: 'gitee', hidden: false },
-          },
-          {
-            path: 'https://gitcode.com/continew/continew-admin',
-            meta: { title: 'GitCode', icon: 'gitcode', hidden: false },
-          },
-          {
-            path: 'https://github.com/continew-org/continew-admin',
-            meta: { title: 'GitHub', icon: 'github', hidden: false },
-          },
-        ],
-      },
-    ],
-  },
+  // {
+  //   path: '/about',
+  //   name: 'About',
+  //   component: Layout,
+  //   meta: { title: '关于项目', icon: 'apps', hidden: false, sort: 999 },
+  //   children: [
+  //     {
+  //       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',
+  //       name: 'AboutSource',
+  //       meta: { title: '开源地址', icon: 'github', hidden: false },
+  //       children: [
+  //         {
+  //           path: 'https://gitee.com/continew/continew-admin',
+  //           meta: { title: 'Gitee', icon: 'gitee', hidden: false },
+  //         },
+  //         {
+  //           path: 'https://gitcode.com/continew/continew-admin',
+  //           meta: { title: 'GitCode', icon: 'gitcode', hidden: false },
+  //         },
+  //         {
+  //           path: 'https://github.com/continew-org/continew-admin',
+  //           meta: { title: 'GitHub', icon: 'github', hidden: false },
+  //         },
+  //       ],
+  //     },
+  //   ],
+  // },
 ]
 
 // 固定路由(默认路由)