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"] "perms": ["dashboard"]
}, },
"component": "home" "component": "home"
},
{
"path": "bigScreen",
"name": "bigScreens",
"meta": {
"title": "驾驶舱",
"icon": "el-icon-position",
"perms": ["bigScreen"],
"fullpage": true,
"hidden":true,
},
"component": "bigScreen"
}, },
{ {
"path": "#/bigScreen", "path": "#/bigScreen",
@ -58,21 +70,11 @@ const routes = [
"icon": "el-icon-position", "icon": "el-icon-position",
"type": "link", "type": "link",
"fullpage": true, "fullpage": true,
"perms": ["bigScreen"]
},
"component": "bigScreen"
},
{
"path": "/bigScreen",
"name": "bigScreen",
"meta": {
"title": "驾驶舱",
"icon": "el-icon-position",
"fullpage": true,
"hidden":true,
}, },
"component": "bigScreen" "component": "bigScreen"
}, },
{ {
"name": "userCenter", "name": "userCenter",
"path": "/usercenter", "path": "/usercenter",