xinbiaoqian

This commit is contained in:
shijing 2023-02-03 09:19:36 +08:00
parent 317b75fd79
commit 00e7b1464f
1 changed files with 13 additions and 3 deletions

View File

@ -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"
},