diff --git a/src/router/index.js b/src/router/index.js index 493e7363..08f0b502 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -82,12 +82,14 @@ export const constantRoutes = [ { path: '/screen/cityScreen', component: () => import('@/views/screen/cityScreen/index'), - hidden: true, + + meta: { title: '城市大屏', icon: 'dashboard', affix: true }, }, { path: '/screen/wsScreen', component: () => import('@/views/screen/wsScreen/index'), - hidden: true, + + meta: { title: '省级大屏', icon: 'dashboard', affix: true }, }, { path: '/user',