Browse Source

修复[流程分配规则]无法跳转的问题

YunaiV 2 years ago
parent
commit
22e5b45d84
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/router/modules/remaining.ts

+ 1 - 1
src/router/modules/remaining.ts

@@ -272,7 +272,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
       {
         path: '/manager/task-assign-rule',
         component: () => import('@/views/bpm/taskAssignRule/index.vue'),
-        name: 'BpmTaskAssignRule',
+        name: 'BpmTaskAssignRuleList',
         meta: {
           noCache: true,
           hidden: true,