소스 검색

fix: 字典

chenjj 4 달 전
부모
커밋
05e8945e3e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/router/index.js

+ 2 - 2
src/router/index.js

@@ -159,10 +159,10 @@ export const dynamicRoutes = [
     ]
   },
   {
-    path: '/order/',
+    path: '/order',
     component: Layout,
     hidden: true,
-    permissions: ['system:dict:list'],
+    permissions: [],
     children: [
       {
         path: 'order-details/:orderId(\\d+)',