From d1425aa67c0c6c0e087ce32b1779ee02bbcdc4c6 Mon Sep 17 00:00:00 2001 From: zhaoxiaoqiang <287285524@qq.com> Date: Tue, 27 Jul 2021 14:53:20 +0800 Subject: [PATCH] 接入宁夏移动 --- src/views/user/loginByWx.vue | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/src/views/user/loginByWx.vue b/src/views/user/loginByWx.vue index 55fab74..b2ffca5 100644 --- a/src/views/user/loginByWx.vue +++ b/src/views/user/loginByWx.vue @@ -73,7 +73,6 @@ } clearTimeout(this.timer); this.urlCode = this.getUrlCode("code"); - console.log(this.urlCode); this.init(); }, methods: { @@ -84,7 +83,6 @@ * **/ init() { this.openId = localStorage.sib_wx_openId; - console.log(this.openId) this.showContent = false; // 模拟数据本地调试 // this.openId = "oJbj21YwUatdNaYf3iEPwwGtWuUg"; @@ -93,10 +91,9 @@ (!this.openId && !this.urlCode) || (typeof this.openId == "undefined" && !this.urlCode) ) { - console.log(111); let url = location.host; // url = "t.finlean.com"; - var str = encodeURIComponent(`https://${url}/sib_wx_score/#/loginByWx`); + var str = encodeURIComponent(`https://${url}/sib_wx_scorei/#/loginByWx`); var fn = new GoWeChat("wx594ab33e0466eccf", str); fn.gocontract(); } else { -- Gitblit v1.8.0