0203
This commit is contained in:
parent
1c616d3b3d
commit
6b28a6c2c5
|
@ -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"
|
||||
},
|
||||
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue