| | |
| | | name: "roverModel", |
| | | component: () => import("../views/model/children/roverModel.vue"), |
| | | }, |
| | | |
| | | { |
| | | path: "/model/leapMachineModel", |
| | | name: "leapMachineModel", |
| | |
| | | { |
| | | path: "/simulation-config", |
| | | name: "simulationConfig", |
| | | component: () => import("../views/simulation/component/Config.vue"), |
| | | component: () => |
| | | import("../views/simulation/autonomousFunction/index.vue"), |
| | | }, |
| | | { |
| | | path: "/simulation-result", |
| | | name: "simulationResult", |
| | | component: () => import("../views/simulation/component/Result.vue"), |
| | | component: () => |
| | | import("../views/simulation/realTimeSimulation/index.vue"), |
| | | }, |
| | | { |
| | | path: "/simulation-test", |
| | | path: "/simulation", |
| | | name: "simulationTest", |
| | | component: () => import("../views/simulation/component/test.vue"), |
| | | component: () => |
| | | import("../views/simulation/testSimulation/index.vue"), |
| | | }, |
| | | { |
| | | path: "/system/user", |
| | | name: "systemUser", |
| | | component: () => import("../views/system/User.vue"), |
| | | path: "/simulation-detail", |
| | | name: "simulation-detail", |
| | | component: () => |
| | | import("../views/simulation/testSimulation/detail.vue"), |
| | | }, |
| | | { |
| | | path: "/simulation-testReport", |
| | | name: "simulation-testReport", |
| | | component: () => |
| | | import("../views/simulation/testSimulation/testReport.vue"), |
| | | }, |
| | | { |
| | | |
| | | path: "/systemManage", |
| | | name: "systemUse", |
| | | component: () => import("../views/system/index.vue"), |
| | | redirect: "/systemManage/userManage", |
| | | children: [ |
| | | { |
| | | path: "/systemManage/userManage", |
| | | name: "userManage", |
| | | component: () => |
| | | import("../views/system/userManage.vue"), |
| | | }, |
| | | { |
| | | path: "/systemManage/roleManage", |
| | | name: "roleManage", |
| | | component: () => |
| | | import("../views/system/roleManage.vue"), |
| | | }, |
| | | ], |
| | | }, |
| | | ], |
| | | }, |