xinbiaoqian
This commit is contained in:
parent
00e7b1464f
commit
c3954c8f8a
|
@ -51,7 +51,7 @@ const routes = [
|
|||
"component": "home"
|
||||
},
|
||||
{
|
||||
"path": "http://222.222.144.147:6013/#/bigScreen",
|
||||
"path": "#/bigScreen",
|
||||
"name": "bigScreen",
|
||||
"meta": {
|
||||
"title": "驾驶舱",
|
||||
|
@ -60,6 +60,7 @@ const routes = [
|
|||
"fullpage": true,
|
||||
"perms": ["bigScreen"]
|
||||
},
|
||||
"component": "bigScreen"
|
||||
},
|
||||
{
|
||||
"path": "/bigScreen",
|
||||
|
|
Loading…
Reference in New Issue