【银保app】首页续期跳转地址修改

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2022-12-21 22:17:46 +08:00
parent 6217d70249
commit 8ba5ae7554

View File

@@ -446,18 +446,15 @@ export default {
}
if(data.title == '续期管理'){
if(data.route){
let thisPath = data.route.substring(3)
this.$jump({
flag: 'h5',
extra: {
url: location.origin + '/#/YB_APP/renewalList',
},
routerInfo: {
path: '/YB_APP/renewalList',
},
})
}
this.$jump({
flag: 'h5',
extra: {
url: location.origin + '/#/YB_APP/renewalList',
},
routerInfo: {
path: '/YB_APP/renewalList',
},
})
}
if(data.title == '保全中心'){
this.$jump({