zhouhao
2021-11-04 177d64284a8d1ee07ce4a1de36c2180a7ed1fc6f
src/views/user/loginByWx.vue
@@ -67,7 +67,7 @@
      if ((!this.openId && !this.urlCode) || (typeof this.openId == "undefined" && !this.urlCode)) {
        let url = location.host;
        // url = "t.finlean.com";
        var str = encodeURIComponent(`https://${url}/sib_wx_scoren/#/loginByWx`);
        var str = encodeURIComponent(`https://${url}/sib_wx_scoreq/#/loginByWx`);
        var fn = new GoWeChat("wx594ab33e0466eccf", str);
        fn.gocontract();
      } else {