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