xinbiaoqian

This commit is contained in:
shijing 2023-02-03 10:25:07 +08:00
parent c3954c8f8a
commit 1c616d3b3d
1 changed files with 14 additions and 12 deletions

View File

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