mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 08:06:44 +08:00
[FIX]【自助入司优化二期】审批列表-路由传参问题
This commit is contained in:
@@ -228,7 +228,7 @@ export default [
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/agentEenter/approve/BasicInfo/:baseId/:branchType/:appntNode',
|
||||
path: '/agentEenter/approve/BasicInfo/:baseId/:branchType/:appntNode?',
|
||||
name: 'BasicInfo',
|
||||
component: BasicInfo,
|
||||
meta: {
|
||||
@@ -237,7 +237,7 @@ export default [
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/agentEenter/approve/ApproveInfo/:baseId/:branchType/:appntNode',
|
||||
path: '/agentEenter/approve/ApproveInfo/:baseId/:branchType/:appntNode?',
|
||||
name: 'ApproveInfo',
|
||||
component: ApproveInfo,
|
||||
meta: {
|
||||
|
||||
Reference in New Issue
Block a user