diff --git a/src/views/mySelf/selfNav.vue b/src/views/mySelf/selfNav.vue index 01749c7..697f137 100644 --- a/src/views/mySelf/selfNav.vue +++ b/src/views/mySelf/selfNav.vue @@ -29,15 +29,15 @@ -
-
- -
+ + + + + + + + + @@ -48,9 +48,9 @@ -
- {{ loginTxt }} -
+ + + @@ -256,22 +256,25 @@ export default { }, // 前往各个子页面 toMemu(path) { - let _token = sessionStorage.getItem("wx_Token"); - if (_token) { - if(path=='plateNumber'){ - window.location.href = 'http://wxgzh.renniting.cn/wechatwuxi/WUXIZLYH/GZH/index.html' - // http://wxgzh.renniting.cn/wechatwuxi/WUXIZLYH/GZH/index.html#/selfNav - }else{ - this.$router.push({ - path: path - }) - } - } else { - this.$vux.toast.text("请先绑定手机号", "top"); - this.$router.push({ - path: "binDing" - }); - } + this.$router.push({ + path: path + }) + // let _token = sessionStorage.getItem("wx_Token"); + // if (_token) { + // if(path=='plateNumber'){ + // window.location.href = 'http://wxgzh.renniting.cn/wechatwuxi/WUXIZLYH/GZH/index.html' + // // http://wxgzh.renniting.cn/wechatwuxi/WUXIZLYH/GZH/index.html#/selfNav + // }else{ + // this.$router.push({ + // path: path + // }) + // } + // } else { + // this.$vux.toast.text("请先绑定手机号", "top"); + // this.$router.push({ + // path: "binDing" + // }); + // } } } };