diff --git a/src/utils/utils.js b/src/utils/utils.js index f8ab98a..d801115 100644 --- a/src/utils/utils.js +++ b/src/utils/utils.js @@ -156,13 +156,13 @@ export default { // ny1u72b6k374sg379z0kqjgfxe2ycnpw 新的签名 myVarAppid: "65grtq5tv0wewec05xfeau39jyghhjm",// 公共请求Appid myDeviceInfo: "BC0703A4-AFB0-4B51-9089-9B7487C0CC6E", // 公共请求设备信息 80ac1a4218beb19a BC0703A4-AFB0-4B51-9089-9B7487C0CC6E - myVxAppId: "wxdfb0276f85514ea3", + myVxAppId: "wx1e9001e5940605b1", // 测试环境 微信赤峰 appid wxff4cebaedbf4f886 // 微信赤峰 appid wx2af2bab90d433c86 // 黄石 appid wxa1a66cc7d263afe6 // 阳明 wxdfb0276f85514ea3 // 无锡 wx1e9001e5940605b1 - myOrgId: "10193", // 归属地 赤峰id 10003 黄石 10079 无锡10005 扬明10193 + myOrgId: "10005", // 归属地 赤峰id 10003 黄石 10079 无锡10005 扬明10193 myGetSign: function(objb) { // 获取签名 var compare = function(obj1, obj2) { var val1 = obj1.keyname; diff --git a/src/views/mySelf/selfNav.vue b/src/views/mySelf/selfNav.vue index 7707fd2..51fb90f 100644 --- a/src/views/mySelf/selfNav.vue +++ b/src/views/mySelf/selfNav.vue @@ -258,9 +258,14 @@ 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({