0206
This commit is contained in:
parent
26e5672543
commit
61f533ef9b
|
@ -48,30 +48,30 @@ const routes = [
|
|||
},
|
||||
"component": "home"
|
||||
},
|
||||
// {
|
||||
// "path": "/bigScreen",
|
||||
// "name": "bigScreen",
|
||||
// "meta": {
|
||||
// "title": "驾驶舱",
|
||||
// "icon": "el-icon-position",
|
||||
// "perms": ["bigScreen"],
|
||||
// "fullpage": true,
|
||||
// },
|
||||
// "component": "bigScreen"
|
||||
// },
|
||||
|
||||
{
|
||||
{
|
||||
"path": "/bigScreen",
|
||||
"name": "bigScreen",
|
||||
"meta": {
|
||||
"title": "驾驶舱",
|
||||
"icon": "el-icon-position",
|
||||
"perms": ["bigScreen"],
|
||||
"type": "link",
|
||||
"fullpage": true,
|
||||
"fullpage": true,
|
||||
},
|
||||
"component": "bigScreen"
|
||||
},
|
||||
|
||||
// {
|
||||
// "path": "/bigScreen",
|
||||
// "name": "bigScreen",
|
||||
// "meta": {
|
||||
// "title": "驾驶舱",
|
||||
// "icon": "el-icon-position",
|
||||
// "perms": ["bigScreen"],
|
||||
// "type": "link",
|
||||
// "fullpage": true,
|
||||
// },
|
||||
// "component": "bigScreen"
|
||||
// },
|
||||
// {
|
||||
// "path": "/bigScreen",
|
||||
// "name": "bigScreens",
|
||||
|
|
Loading…
Reference in New Issue