【银保app】首页续期增加跳转地址

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2022-11-24 05:06:22 +08:00
parent 1ed18a7d61
commit a727170502

View File

@@ -516,7 +516,18 @@ export default {
}
if(data.title == '续期管理'){
this.$toast('暂未开放')
if(data.route){
let thisPath = data.route.substring(3)
this.$jump({
flag: 'h5',
extra: {
url: location.origin + data.route,
},
routerInfo: {
path: thisPath,
},
})
}
}
if(data.title == '保全中心'){
this.$toast('暂未开放')