zhangwencui
2026-04-30 66da8813e69a1d4831bfedc4155c3d0330944940
src/router/index.js
@@ -106,6 +106,19 @@
    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",