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