xinbiaoqian
This commit is contained in:
parent
c3954c8f8a
commit
1c616d3b3d
|
@ -49,6 +49,18 @@ const routes = [
|
|||
"perms": ["dashboard"]
|
||||
},
|
||||
"component": "home"
|
||||
},
|
||||
{
|
||||
"path": "bigScreen",
|
||||
"name": "bigScreens",
|
||||
"meta": {
|
||||
"title": "驾驶舱",
|
||||
"icon": "el-icon-position",
|
||||
"perms": ["bigScreen"],
|
||||
"fullpage": true,
|
||||
"hidden":true,
|
||||
},
|
||||
"component": "bigScreen"
|
||||
},
|
||||
{
|
||||
"path": "#/bigScreen",
|
||||
|
@ -58,21 +70,11 @@ const routes = [
|
|||
"icon": "el-icon-position",
|
||||
"type": "link",
|
||||
"fullpage": true,
|
||||
"perms": ["bigScreen"]
|
||||
},
|
||||
"component": "bigScreen"
|
||||
},
|
||||
{
|
||||
"path": "/bigScreen",
|
||||
"name": "bigScreen",
|
||||
"meta": {
|
||||
"title": "驾驶舱",
|
||||
"icon": "el-icon-position",
|
||||
"fullpage": true,
|
||||
"hidden":true,
|
||||
|
||||
},
|
||||
"component": "bigScreen"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "userCenter",
|
||||
"path": "/usercenter",
|
||||
|
|
Loading…
Reference in New Issue