代码调整

This commit is contained in:
joylink_cuiweidong 2019-11-29 13:37:26 +08:00
parent 46713bf074
commit 1e9ac72960

View File

@ -410,6 +410,11 @@ export const asyncRouter = [
path: 'map/draw/:mapId/:view',
component: Mapedit,
hidden: true
},
{ // 运行图设计
path: 'runPlan/detail/:mapId',
component: PlanMonitorDetail,
hidden: true
}
]
}
@ -892,11 +897,6 @@ export const asyncRouter = [
path: 'map/draw/:mapId/:view',
component: NewMapDraft,
hidden: true
},
{ // 运行图设计
path: 'runPlan/detail/:mapId',
component: PlanMonitorDetail,
hidden: true
}
]
}