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

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

View File

@@ -451,10 +451,10 @@ export default {
this.$jump({
flag: 'h5',
extra: {
url: location.origin + data.route,
url: location.origin + '/#/YB_APP/renewalList',
},
routerInfo: {
path: thisPath,
path: '/YB_APP/renewalList',
},
})
}