Skip to content

Commit

Permalink
修复[流程分配规则]无法跳转的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
YunaiV committed Apr 19, 2023
1 parent 730e287 commit 22e5b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router/modules/remaining.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 22e5b45

Please sign in to comment.