refactor: 移除流程定义相关页面与接口
This commit is contained in:
@@ -74,19 +74,6 @@ export const constantRoutes = [
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/definition',
|
||||
component: Layout,
|
||||
hidden: true,
|
||||
children: [
|
||||
{
|
||||
path: 'designer',
|
||||
component: () => import('@/views/workflow/definition/designer'),
|
||||
name: 'Designer',
|
||||
meta: { title: '流程设计', icon: '' }
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/work',
|
||||
component: Layout,
|
||||
|
||||
Reference in New Issue
Block a user