|
|
@@ -88,12 +88,6 @@ export const constantRoutes = [
|
|
|
name:'search',
|
|
|
meta:{ title:'全文搜索',icon: 'dashboard' },
|
|
|
},
|
|
|
- {
|
|
|
- path: 'swagger',
|
|
|
- component: () => import('@/views/tool/swagger/index.vue'),
|
|
|
- name: 'swagger',
|
|
|
- meta: { title: '接口', icon: 'dashboard' },
|
|
|
- },
|
|
|
{
|
|
|
path: "/myfile",
|
|
|
component: () => import("@/views/myfile/MyFile"),
|
|
|
@@ -146,13 +140,13 @@ export const constantRoutes = [
|
|
|
component: Layout,
|
|
|
redirect: '/index',
|
|
|
children: [
|
|
|
- {
|
|
|
- path: 'swagger',
|
|
|
- component: () => import('@/views/tool/swagger/index.vue'),
|
|
|
- name: 'swagger',
|
|
|
- meta: { title: '接口', icon: 'dashboard' },
|
|
|
+ // {
|
|
|
+ // path: 'swagger',
|
|
|
+ // component: () => import('@/views/tool/swagger/index.vue'),
|
|
|
+ // name: 'swagger',
|
|
|
+ // meta: { title: '接口', icon: 'dashboard' },
|
|
|
|
|
|
- },
|
|
|
+ // },
|
|
|
]
|
|
|
},
|
|
|
|