|
@@ -50,14 +50,14 @@ export default [{
|
|
|
component: () => import("@/views/workManagement/manualRunProjectDetail")
|
|
|
},
|
|
|
{
|
|
|
- path: "/multimodeSimulation",
|
|
|
- name: "multimodeSimulation",
|
|
|
+ path: "/multimodeSimulationEdit",
|
|
|
+ name: "multimodeSimulationEdit",
|
|
|
meta: {
|
|
|
tabname: "场景编辑",
|
|
|
menuKind: "workManagement",
|
|
|
login: true
|
|
|
},
|
|
|
- component: () => import("@/views/workManagement/multimodeSimulation")
|
|
|
+ component: () => import("@/views/workManagement/multimodeSimulationEdit")
|
|
|
},
|
|
|
{
|
|
|
path: "/autoRunProjectList",
|