diff --git a/src/config/route.js b/src/config/route.js index 61e2297d..2cbe15e7 100644 --- a/src/config/route.js +++ b/src/config/route.js @@ -51,14 +51,24 @@ const routes = [ "component": "home" }, { - "name": "bigScreen", "path": "http://222.222.144.147:6013/#/bigScreen", + "name": "bigScreen", + "meta": { + "title": "驾驶舱", + "icon": "el-icon-position", + "type": "link", + "fullpage": true, + "perms": ["bigScreen"] + }, + }, + { + "path": "/bigScreen", + "name": "bigScreen", "meta": { "title": "驾驶舱", "icon": "el-icon-position", "fullpage": true, - "type": "link", - "perms": ["bigScreen"] + "hidden":true, }, "component": "bigScreen" },