Skip to content

Commit 5259db9

Browse files
committed
【代码优化】BPM:去除 bpm 冗余的路由
1 parent bcecf5c commit 5259db9

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

src/router/modules/remaining.ts

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -254,30 +254,6 @@ const remainingRouter: AppRouteRecordRaw[] = [
254254
activeMenu: '/bpm/manager/form'
255255
}
256256
},
257-
{
258-
path: 'manager/model/edit',
259-
component: () => import('@/views/bpm/model/editor/index.vue'),
260-
name: 'BpmModelEditor',
261-
meta: {
262-
noCache: true,
263-
hidden: true,
264-
canTo: true,
265-
title: '设计流程',
266-
activeMenu: '/bpm/manager/model'
267-
}
268-
},
269-
{
270-
path: 'manager/simple/model',
271-
component: () => import('@/views/bpm/simple/SimpleModelDesign.vue'),
272-
name: 'SimpleModelDesign',
273-
meta: {
274-
noCache: true,
275-
hidden: true,
276-
canTo: true,
277-
title: '仿钉钉设计流程',
278-
activeMenu: '/bpm/manager/model'
279-
}
280-
},
281257
{
282258
path: 'manager/definition',
283259
component: () => import('@/views/bpm/model/definition/index.vue'),
@@ -356,7 +332,6 @@ const remainingRouter: AppRouteRecordRaw[] = [
356332
}
357333
},
358334
{
359-
// TODO @zws:1)建议,在加一个路由。然后标题是“复制流程”,这样体验会好点;2)复制出来的数据,在名字前面,加“副本 ”,和钉钉保持一致!
360335
path: 'manager/model/:type/:id',
361336
component: () => import('@/views/bpm/model/form/index.vue'),
362337
name: 'BpmModelUpdate',

0 commit comments

Comments
 (0)