diff --git a/src/views/YB_APP/home.vue b/src/views/YB_APP/home.vue index b498a2bc7..bfd1358db 100644 --- a/src/views/YB_APP/home.vue +++ b/src/views/YB_APP/home.vue @@ -444,17 +444,17 @@ export default { }, }) } - + if(data.title == '续期管理'){ if(data.route){ let thisPath = data.route.substring(3) this.$jump({ flag: 'h5', extra: { - url: location.origin + data.route, + url: location.origin + '/#/YB_APP/renewalList', }, routerInfo: { - path: thisPath, + path: '/YB_APP/renewalList', }, }) }