diff --git a/src/router/index.js b/src/router/index.js index ecd2e6f..b62edf9 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -74,7 +74,6 @@ export const constantRoutes = [ { path: '/screen', component: ScaleScreen, - hidden: true, redirect: 'noredirect', children: [ // { @@ -84,7 +83,7 @@ export const constantRoutes = [ // hidden: true // }, { - path: "/screen/R_D_Environment", + path: "R_D_Environment", name: "R_D_Environment", component: () => import("../views/screen/R_D_Environment/index.vue"), hidden: true @@ -94,7 +93,7 @@ export const constantRoutes = [ path: "microFactory", name: "MicroFactory", component: () => import("../views/screen/microFactory/index.vue"), - // meta: { title: '大屏首页', icon: 'dashboard', affix: true } + meta: { title: '微工厂', icon: 'dashboard', affix: true }, }, { path: "devItem_:id",