| | |
| | | component: () => import("@/views/register"), |
| | | hidden: true, |
| | | }, |
| | | // 系统架构图 |
| | | { |
| | | path: "/system-architecture", |
| | | component: Layout, |
| | | redirect: "/system-architecture/index", |
| | | children: [ |
| | | { |
| | | path: "index", |
| | | component: () => import("@/views/systemArchitecture/index.vue"), |
| | | name: "SystemArchitecture", |
| | | meta: { title: "系统架构图", icon: "tree" }, |
| | | }, |
| | | ], |
| | | }, |
| | | { |
| | | path: "/:pathMatch(.*)*", |
| | | component: () => import("@/views/error/404"), |
| | |
| | | name: "DeviceInfo", |
| | | meta: { title: "设备信息", icon: "monitor" }, |
| | | }, |
| | | { |
| | | path: "/productionTraceability", |
| | | component: Layout, |
| | | hidden: true, |
| | | children: [ |
| | | { |
| | | path: "index", |
| | | component: () => import("@/views/productionManagement/productionTraceability/index.vue"), |
| | | name: "ProductionTraceability", |
| | | meta: { title: "生产追溯", activeMenu: "/productionManagement/productionOrder" }, |
| | | }, |
| | | ], |
| | | }, |
| | | // 添加项目详情页面路由配置 |
| | | { |
| | | path: "/oaSystem/projectManagement/projectDetail", |