Skip to content

Commit 22e5b45

Browse files
committed
修复[流程分配规则]无法跳转的问题
1 parent 730e287 commit 22e5b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/router/modules/remaining.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
272272
{
273273
path: '/manager/task-assign-rule',
274274
component: () => import('@/views/bpm/taskAssignRule/index.vue'),
275-
name: 'BpmTaskAssignRule',
275+
name: 'BpmTaskAssignRuleList',
276276
meta: {
277277
noCache: true,
278278
hidden: true,

0 commit comments

Comments
 (0)