refactor: 移除流程定义相关页面与接口

This commit is contained in:
konbai
2022-10-16 02:47:01 +08:00
parent 5eeac80ea8
commit b87b85c55e
8 changed files with 0 additions and 1404 deletions

View File

@@ -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,