chenhj
5 天以前 2f71101ad75ce34a9f5f9de6e0d0902093b36ce3
src/router/index.js
@@ -106,6 +106,21 @@
      },
    ],
  },
  // 生产订单-生产详情(工序进度)
  {
    path: "/productionManagement/productionOrder/detail",
    component: Layout,
    hidden: true,
    children: [
      {
        path: "",
        component: () => import("@/views/productionManagement/productionOrder/Detail/index.vue"),
        name: "ProductionOrderDetail",
        meta: { title: "生产详情", activeMenu: "/productionManagement/productionOrder" },
      },
    ],
  },
];
// 动态路由,基于用户权限动态去加载