From 80d6d07ccfc202c7872872dcbfa4f0519ab63daf Mon Sep 17 00:00:00 2001 From: yinq Date: Thu, 21 Mar 2024 15:32:18 +0800 Subject: [PATCH] =?UTF-8?q?update=20-=20=E4=BA=A7=E5=93=81=E8=BF=BD?= =?UTF-8?q?=E6=BA=AF=E6=8A=A5=E8=A1=A8=E6=9F=A5=E7=9C=8B=E8=B4=A8=E6=A3=80?= =?UTF-8?q?=E6=9D=90=E6=96=99=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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"}, + }, + ], + }, ] // 防止连续点击多次路由报错