mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 03:26:45 +08:00
【银保app】首页续期管理跳转地址前端写死
This commit is contained in:
@@ -444,17 +444,17 @@ export default {
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
if(data.title == '续期管理'){
|
||||
if(data.route){
|
||||
let thisPath = data.route.substring(3)
|
||||
this.$jump({
|
||||
flag: 'h5',
|
||||
extra: {
|
||||
url: location.origin + data.route,
|
||||
url: location.origin + '/#/YB_APP/renewalList',
|
||||
},
|
||||
routerInfo: {
|
||||
path: thisPath,
|
||||
path: '/YB_APP/renewalList',
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user