This commit is contained in:
shijing 2023-02-03 10:52:04 +08:00
parent 1c616d3b3d
commit 6b28a6c2c5
1 changed files with 4 additions and 4 deletions

View File

@ -51,10 +51,10 @@ const routes = [
"component": "home" "component": "home"
}, },
{ {
"path": "bigScreen", "path": "/bigScreen",
"name": "bigScreens", "name": "bigScreens",
"meta": { "meta": {
"title": "驾驶舱", "title": "bigScreens",
"icon": "el-icon-position", "icon": "el-icon-position",
"perms": ["bigScreen"], "perms": ["bigScreen"],
"fullpage": true, "fullpage": true,
@ -63,16 +63,16 @@ const routes = [
"component": "bigScreen" "component": "bigScreen"
}, },
{ {
"path": "#/bigScreen", "path": "#/userCenter",
"name": "bigScreen", "name": "bigScreen",
"meta": { "meta": {
"title": "驾驶舱", "title": "驾驶舱",
"icon": "el-icon-position", "icon": "el-icon-position",
"perms": ["bigScreen"],
"type": "link", "type": "link",
"fullpage": true, "fullpage": true,
}, },
"component": "bigScreen"
}, },
{ {