From da221bbee45922bc1372bfcd46d56908c22e0dfd Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 12 Dec 2024 13:46:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=B7=BB=E5=8A=A0=E6=A3=80=E9=AA=8C?= =?UTF-8?q?=E9=A1=B9=E3=80=81=E6=A3=80=E9=AA=8C=E8=A1=A8=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/route.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/config/route.js b/src/config/route.js index e3604c77..924eecec 100644 --- a/src/config/route.js +++ b/src/config/route.js @@ -1661,6 +1661,24 @@ const routes = [ perms: ["qm"], }, children: [ + { + name: "testItem", + path: "/qm/testItem", + meta: { + title: "检验项", + // perms: ["itest"], + }, + component: "qm/testItem", + }, + { + name: "checkForm", + path: "/qm/checkForm", + meta: { + title: "检验表", + // perms: ["itest"], + }, + component: "qm/checkForm", + }, { name: "income", path: "/qm/income",