Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
5259db9e
authored
Mar 02, 2025
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【代码优化】BPM:去除 bpm 冗余的路由
parent
bcecf5c7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
25 deletions
+0
-25
src/router/modules/remaining.ts
+0
-25
No files found.
src/router/modules/remaining.ts
View file @
5259db9e
...
...
@@ -255,30 +255,6 @@ const remainingRouter: AppRouteRecordRaw[] = [
}
},
{
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'
),
name
:
'BpmProcessDefinition'
,
...
...
@@ -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'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment