mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-12 00:56:43 +08:00
【银保app】首页续期跳转地址修改
This commit is contained in:
@@ -446,18 +446,15 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(data.title == '续期管理'){
|
if(data.title == '续期管理'){
|
||||||
if(data.route){
|
this.$jump({
|
||||||
let thisPath = data.route.substring(3)
|
flag: 'h5',
|
||||||
this.$jump({
|
extra: {
|
||||||
flag: 'h5',
|
url: location.origin + '/#/YB_APP/renewalList',
|
||||||
extra: {
|
},
|
||||||
url: location.origin + '/#/YB_APP/renewalList',
|
routerInfo: {
|
||||||
},
|
path: '/YB_APP/renewalList',
|
||||||
routerInfo: {
|
},
|
||||||
path: '/YB_APP/renewalList',
|
})
|
||||||
},
|
|
||||||
})
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
if(data.title == '保全中心'){
|
if(data.title == '保全中心'){
|
||||||
this.$jump({
|
this.$jump({
|
||||||
|
|||||||
Reference in New Issue
Block a user