chenrui
2025-02-26 c34fe6f588045e527bccfd4c67b9764b2a141ea2
src/router/index.js
@@ -100,11 +100,21 @@
    permissions: ["business:order"],
    children: [
      {
        // 铜材料下单
        // 原材料下单
        path: "customsInspection",
        component: () =>
          import("@/views/business/materialOrder/customsInspection"),
        name: "customsInspection",
        meta: {
          title: "原材料下单详情",
          activeMenu: "/business/materialOrder",
        },
      },
      {
        // 铜材料下单
        path: "copperOrder",
        component: () => import("@/views/business/materialOrder/copperOrder"),
        name: "copperOrder",
        meta: { title: "铜材料下单", activeMenu: "/business/materialOrder" },
      },
    ],