ymwl
liudan 1 year ago
parent 4c4b78524a
commit d08d9b2405
  1. 4
      common/config.js
  2. 2
      pages/home/home.vue
  3. 2
      pages/login/login.vue
  4. 2
      pages/my/invite.vue

@ -1,2 +1,2 @@
export const $apiLinks = "https://danyangadmin.hezhiying.com.cn/" // api 接口地址
export const baseUrl = "https://danyangadmin.hezhiying.com.cn/"
export const $apiLinks = "https://yimingadmin.hezhiying.com.cn/" // api 接口地址
export const baseUrl = "https://yimingadmin.hezhiying.com.cn/"

@ -219,7 +219,7 @@ export default {
let code =this.getQueryString('code');
console.log(code,"lldd");
let appid="wxea41757349efa793"
let appid="wx183e3fbc925f1ba3"
let redirect_uri = encodeURIComponent(pageUrl);
// let redirect_uri = pageUrl;

@ -122,7 +122,7 @@ export default {
let code =this.getQueryString('code');
console.log(code,"lldd");
let appid="wxea41757349efa793"
let appid="wx183e3fbc925f1ba3"
let redirect_uri = encodeURIComponent(pageUrl);
// let redirect_uri = pageUrl;

@ -49,7 +49,7 @@
// uQRCode
var qr = new UQRCode();
//
qr.data = `https://danyang.hezhiying.com.cn/pages/register/register?mobile=${this.userInfo.mobile}`;
qr.data = `https://yiming.hezhiying.com.cn/pages/register/register?mobile=${this.userInfo.mobile}`;
// canvas
qr.size = 200;
//

Loading…
Cancel
Save