mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-08 02:26:43 +08:00
【银保app】首页续期增加跳转地址
This commit is contained in:
@@ -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('暂未开放')
|
||||
|
||||
Reference in New Issue
Block a user