Commit 6be5aede authored by 涂伟's avatar 涂伟

fix: '路由名称顺序修改'

parent f69f1b64
Pipeline #68920 waiting for manual action with stages
...@@ -325,11 +325,6 @@ export default { ...@@ -325,11 +325,6 @@ export default {
hideMenu: true, hideMenu: true,
component: IncidentView, component: IncidentView,
}, },
{
path: '/biz/workflow/case',
name: '工单',
component: Flow,
},
{ {
path: '/biz/workflow/caseNode', path: '/biz/workflow/caseNode',
name: '流程节点', name: '流程节点',
...@@ -357,6 +352,11 @@ export default { ...@@ -357,6 +352,11 @@ export default {
name: '节假日管理', name: '节假日管理',
component: Holidays, component: Holidays,
}, },
{
path: '/biz/workflow/case',
name: '工单流程审查',
component: Flow,
},
], ],
}, },
{ {
......
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 to comment