From 5259db9eaa928eec7c1aef8cec39ce3959f78705 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sun, 2 Mar 2025 08:11:35 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E3=80=91BPM=EF=BC=9A=E5=8E=BB=E9=99=A4=20bpm=20=E5=86=97?= =?UTF-8?q?=E4=BD=99=E7=9A=84=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/modules/remaining.ts | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/src/router/modules/remaining.ts b/src/router/modules/remaining.ts index 9562b294..fbfcb7fa 100644 --- a/src/router/modules/remaining.ts +++ b/src/router/modules/remaining.ts @@ -254,30 +254,6 @@ const remainingRouter: AppRouteRecordRaw[] = [ activeMenu: '/bpm/manager/form' } }, - { - path: 'manager/model/edit', - component: () => import('@/views/bpm/model/editor/index.vue'), - name: 'BpmModelEditor', - meta: { - noCache: true, - hidden: true, - canTo: true, - title: '设计流程', - activeMenu: '/bpm/manager/model' - } - }, - { - path: 'manager/simple/model', - component: () => import('@/views/bpm/simple/SimpleModelDesign.vue'), - name: 'SimpleModelDesign', - meta: { - noCache: true, - hidden: true, - canTo: true, - title: '仿钉钉设计流程', - activeMenu: '/bpm/manager/model' - } - }, { path: 'manager/definition', component: () => import('@/views/bpm/model/definition/index.vue'), @@ -356,7 +332,6 @@ const remainingRouter: AppRouteRecordRaw[] = [ } }, { - // TODO @zws:1)建议,在加一个路由。然后标题是“复制流程”,这样体验会好点;2)复制出来的数据,在名字前面,加“副本 ”,和钉钉保持一致! path: 'manager/model/:type/:id', component: () => import('@/views/bpm/model/form/index.vue'), name: 'BpmModelUpdate',