diff --git a/src/router/index.js b/src/router/index.js index 27762e1..8a81860 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -370,6 +370,20 @@ export const dynamicRoutes = [ }, ], }, + { + path: "/report/quality-material", + component: Layout, + hidden: true, + permissions: ["report:qualityMaterial:list"], + children: [ + { + path: "index/:orderCode", + component: () => import("@/views/report/qualityMaterial/index"), + name: "qualityMaterial", + meta: {title: "质检材料信息", activeMenu: "/quality/qualityMaterial"}, + }, + ], + }, ] // 防止连续点击多次路由报错