Commit 22e5b45d by YunaiV

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

parent 730e287d
...@@ -272,7 +272,7 @@ const remainingRouter: AppRouteRecordRaw[] = [ ...@@ -272,7 +272,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
{ {
path: '/manager/task-assign-rule', path: '/manager/task-assign-rule',
component: () => import('@/views/bpm/taskAssignRule/index.vue'), component: () => import('@/views/bpm/taskAssignRule/index.vue'),
name: 'BpmTaskAssignRule', name: 'BpmTaskAssignRuleList',
meta: { meta: {
noCache: true, noCache: true,
hidden: true, hidden: true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment