diff --git a/src/router/routes.ts b/src/router/routes.ts index 86bafe6..e73e718 100644 --- a/src/router/routes.ts +++ b/src/router/routes.ts @@ -4,11 +4,11 @@ * path: '/path' // 路由路径 * name:'router-name' // 设定路由的名字,一定要填写不然使用时会出现各种问题 * meta : { - title: 'title' // 设置该路由在侧边栏的名字 - icon: 'icon-name' // 设置该路由的图标 - activeMenu: '/system/user' // 当路由设置了该属性,则会高亮相对应的侧边栏。 - query: '{"id": 1}' // 访问路由的默认传递参数 - hidden: true // 当设置 true 的时候该路由不会在侧边栏出现 + title: 'title' // 设置该路由在侧边栏的名字 + icon: 'icon-name' // 设置该路由的图标 + activeMenu: '/system/user' // 当路由设置了该属性,则会高亮相对应的侧边栏。 + query: '{"id": 1}' // 访问路由的默认传递参数 + hidden: true // 当设置 true 的时候该路由不会在侧边栏出现 hideTab: true //当设置 true 的时候该路由不会在多标签tab栏出现 } */ @@ -46,14 +46,15 @@ export const constantRoutes: Array = [ title: "个人设置", }, }, - { - path: "examined", - component: () => import("@/views/examined/examinedFlow.vue"), - name: Symbol(), - meta: { - title: "个人设置", - }, - }, + + // { + // path: "b", + // component: () => import("@/views/examined/examinedCate.vue"), + // name: Symbol(), + // meta: { + // title: "个人设置", + // }, + // }, ], }, // {