This commit is contained in:
shijing 2023-02-06 09:16:01 +08:00
parent 26e5672543
commit 61f533ef9b
1 changed files with 15 additions and 15 deletions

View File

@ -48,18 +48,6 @@ 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",
@ -67,11 +55,23 @@ const routes = [
"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",