File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -254,30 +254,6 @@ const remainingRouter: AppRouteRecordRaw[] = [
254
254
activeMenu : '/bpm/manager/form'
255
255
}
256
256
} ,
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
- } ,
281
257
{
282
258
path : 'manager/definition' ,
283
259
component : ( ) => import ( '@/views/bpm/model/definition/index.vue' ) ,
@@ -356,7 +332,6 @@ const remainingRouter: AppRouteRecordRaw[] = [
356
332
}
357
333
} ,
358
334
{
359
- // TODO @zws :1)建议,在加一个路由。然后标题是“复制流程”,这样体验会好点;2)复制出来的数据,在名字前面,加“副本 ”,和钉钉保持一致!
360
335
path : 'manager/model/:type/:id' ,
361
336
component : ( ) => import ( '@/views/bpm/model/form/index.vue' ) ,
362
337
name : 'BpmModelUpdate' ,
You can’t perform that action at this time.
0 commit comments