代码调整
This commit is contained in:
parent
46713bf074
commit
1e9ac72960
@ -410,6 +410,11 @@ export const asyncRouter = [
|
|||||||
path: 'map/draw/:mapId/:view',
|
path: 'map/draw/:mapId/:view',
|
||||||
component: Mapedit,
|
component: Mapedit,
|
||||||
hidden: true
|
hidden: true
|
||||||
|
},
|
||||||
|
{ // 运行图设计
|
||||||
|
path: 'runPlan/detail/:mapId',
|
||||||
|
component: PlanMonitorDetail,
|
||||||
|
hidden: true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -892,11 +897,6 @@ export const asyncRouter = [
|
|||||||
path: 'map/draw/:mapId/:view',
|
path: 'map/draw/:mapId/:view',
|
||||||
component: NewMapDraft,
|
component: NewMapDraft,
|
||||||
hidden: true
|
hidden: true
|
||||||
},
|
|
||||||
{ // 运行图设计
|
|
||||||
path: 'runPlan/detail/:mapId',
|
|
||||||
component: PlanMonitorDetail,
|
|
||||||
hidden: true
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user