BPM 模型重构 3:设置流程时,去掉 formId、description 等的传递,专注设计本身

This commit is contained in:
YunaiV
2022-01-11 22:15:48 +08:00
parent d2a8f3f253
commit 24c03cf176
6 changed files with 42 additions and 42 deletions

View File

@ -171,8 +171,8 @@ export const constantRoutes = [
{
path: 'manager/model/edit',
component: (resolve) => require(['@/views/bpm/model/modelEditor'], resolve),
name: '流程模型-编辑',
meta: { title: '流程模型-编辑' }
name: '设计流程',
meta: { title: '设计流程' }
}
]
},