From a7271705026183a4192947ce57fe64c50d815023 Mon Sep 17 00:00:00 2001 From: "liu.xiaofeng@ebiz-digits.com" Date: Thu, 24 Nov 2022 05:06:22 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E9=93=B6=E4=BF=9Dapp=E3=80=91?= =?UTF-8?q?=E9=A6=96=E9=A1=B5=E7=BB=AD=E6=9C=9F=E5=A2=9E=E5=8A=A0=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/YB_APP/home.vue | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/views/YB_APP/home.vue b/src/views/YB_APP/home.vue index dfddc1586..254639c4d 100644 --- a/src/views/YB_APP/home.vue +++ b/src/views/YB_APP/home.vue @@ -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('暂未开放')