路由配置
This commit is contained in:
parent
fd3f875751
commit
883805c498
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue