master
bruce 1 year ago
parent cc31beca85
commit cb725570c9
  1. 1
      config/app.js
  2. 4
      pages/user/index.vue

@ -8,6 +8,7 @@ let openPlantGrass = '-openPlantGrass-'
// let httpApi = 'http://192.168.31.110:8324' //测试
// let httpApi = 'https://mer.crmeb.net' //生产
// let httpApi = 'https://b2b2c.njrenzhou.cn' //生产
// let httpApi = 'http://139.9.197.139' //生产
let httpApi = 'https://shop.freelycar.cn' //生产
// 聊天接口修改此字符 小程序聊天要求wss 例如:wss://mer.crmeb.net

@ -252,6 +252,7 @@
// +----------------------------------------------------------------------
let sysHeight = uni.getSystemInfoSync().statusBarHeight + 'px';
import { getMenuList, getUserInfo, setVisit, getBrandList, getCheck } from '@/api/user.js';
// import { HTTP_REQUEST_URL } from '@/config/app';
import { getVersion } from "@/api/public";
import { orderData } from '@/api/order.js'
import { mapGetters } from "vuex";
@ -369,6 +370,7 @@
}
},
onLoad() {
console.log(HTTP_REQUEST_URL)
this.getBrandList();
this.getCheck();
},
@ -669,7 +671,7 @@
let configAppMessage = {
desc: "快来加入我的分享链接吧~",
title: "快来加入我的分享链接吧~",
link: "https://shop.freelycar.cn"+"?spid="+uid,
link: HTTP_REQUEST_URL+"?spid="+uid,
success: function() {
},

Loading…
Cancel
Save