【银保app】首页续期管理跳转地址前端写死

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2022-12-15 18:25:07 +08:00
parent a4d916e1c5
commit b9a8058b18

View File

@@ -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',
},
})
}