From 653f5b0282bf3b5af08cb857d8d9adfe5294f2c7 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 12 Dec 2024 14:05:36 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/route.js b/src/config/route.js index 924eecec..be15398b 100644 --- a/src/config/route.js +++ b/src/config/route.js @@ -1666,7 +1666,7 @@ const routes = [ path: "/qm/testItem", meta: { title: "检验项", - // perms: ["itest"], + perms: ["test_item"], }, component: "qm/testItem", }, @@ -1675,7 +1675,7 @@ const routes = [ path: "/qm/checkForm", meta: { title: "检验表", - // perms: ["itest"], + perms: ["check_form"], }, component: "qm/checkForm", },