xinbiaoqian
This commit is contained in:
parent
317b75fd79
commit
00e7b1464f
|
@ -51,14 +51,24 @@ const routes = [
|
|||
"component": "home"
|
||||
},
|
||||
{
|
||||
"name": "bigScreen",
|
||||
"path": "http://222.222.144.147:6013/#/bigScreen",
|
||||
"name": "bigScreen",
|
||||
"meta": {
|
||||
"title": "驾驶舱",
|
||||
"icon": "el-icon-position",
|
||||
"type": "link",
|
||||
"fullpage": true,
|
||||
"perms": ["bigScreen"]
|
||||
},
|
||||
},
|
||||
{
|
||||
"path": "/bigScreen",
|
||||
"name": "bigScreen",
|
||||
"meta": {
|
||||
"title": "驾驶舱",
|
||||
"icon": "el-icon-position",
|
||||
"fullpage": true,
|
||||
"type": "link",
|
||||
"perms": ["bigScreen"]
|
||||
"hidden":true,
|
||||
},
|
||||
"component": "bigScreen"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue