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", },