From ff1c2a45882d063a4fcb0c51b37d9e84c93c0443 Mon Sep 17 00:00:00 2001 From: liugongyu <290219706@qq.com> Date: Mon, 7 Mar 2022 17:05:52 +0800 Subject: [PATCH] 跳转 --- src/views/mySelf/selfNav.vue | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/views/mySelf/selfNav.vue b/src/views/mySelf/selfNav.vue index 7707fd2..8e05403 100644 --- a/src/views/mySelf/selfNav.vue +++ b/src/views/mySelf/selfNav.vue @@ -258,9 +258,13 @@ export default { toMemu(path) { let _token = sessionStorage.getItem("wx_Token"); if (_token) { - this.$router.push({ - path: path - }); + if(path=='plateNumber'){ + window.location.href = 'http://wxgzh.renniting.cn/wechatwuxi/WuXi/gzh/index.html' + }else{ + this.$router.push({ + path: path + }) + } } else { this.$vux.toast.text("请先绑定手机号", "top"); this.$router.push({ -- libgit2 0.21.4