From ae7ce9289106e2a9b65a0a22972580d00bb7a610 Mon Sep 17 00:00:00 2001 From: czc Date: Fri, 14 Jul 2023 11:08:30 +0800 Subject: [PATCH] =?UTF-8?q?fix=E7=94=A8=E6=88=B7mall=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E8=AF=A6=E6=83=85404=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/index.js b/src/router/index.js index ed6abc8..95aee89 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -180,7 +180,7 @@ export const dynamicRoutes = [ path: '/order', component: Layout, hidden: true, - permissions: ['manager:oms:order:query'], + permissions: ['oms:order:query'], children: [ { path: 'detail',