Przeglądaj źródła

编码规则修改

pm 1 rok temu
rodzic
commit
01d1895cf4
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

@@ -210,7 +210,7 @@ export const dynamicRoutes = [
     path: '/system/autocodePart',
     component: Layout,
     hidden: true,
-    permissions: ['system:autocode:part:list'],
+    permissions: ['system:autocode:rule:list'],
     children: [
       {
         path: 'index/:ruleId(\\d+)',