| | |
| | | }, |
| | | ], |
| | | }, |
| | | // 教学演示模块 |
| | | { |
| | | path: "/productionManagement/teachingDemo", |
| | | component: Layout, |
| | | hidden: true, |
| | | children: [ |
| | | { |
| | | path: "", |
| | | component: () => import("@/views/productionManagement/teachingDemo/index.vue"), |
| | | name: "TeachingDemo", |
| | | meta: { title: "工艺路线与BOM教学演示", icon: "education" }, |
| | | }, |
| | | { |
| | | path: "bom", |
| | | component: () => import("@/views/productionManagement/teachingDemo/BomDemo.vue"), |
| | | name: "BomDemo", |
| | | meta: { title: "BOM结构演示", activeMenu: "/productionManagement/teachingDemo" }, |
| | | }, |
| | | { |
| | | path: "processRoute", |
| | | component: () => import("@/views/productionManagement/teachingDemo/ProcessRouteDemo.vue"), |
| | | name: "ProcessRouteDemo", |
| | | meta: { title: "工艺路线演示", activeMenu: "/productionManagement/teachingDemo" }, |
| | | }, |
| | | { |
| | | path: "combined", |
| | | component: () => import("@/views/productionManagement/teachingDemo/CombinedDemo.vue"), |
| | | name: "CombinedDemo", |
| | | meta: { title: "联动演示", activeMenu: "/productionManagement/teachingDemo" }, |
| | | }, |
| | | { |
| | | path: "factory", |
| | | component: () => import("@/views/productionManagement/teachingDemo/FactoryDemo.vue"), |
| | | name: "FactoryDemo", |
| | | meta: { title: "动态工厂演示", activeMenu: "/productionManagement/teachingDemo" }, |
| | | }, |
| | | ], |
| | | }, |
| | | { |
| | | path: "/user", |
| | | component: Layout, |