mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 19:16:43 +08:00
【银保app】首页续期跳转地址修改
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user