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