Parcourir la source

tijiaoxiugai

message
douzhuo il y a 2 ans
Parent
révision
f03fd277b6
2 fichiers modifiés avec 4 ajouts et 3 suppressions
  1. +1
    -0
      pages/index/consumer/index.vue
  2. +3
    -3
      utils/domain.js

+ 1
- 0
pages/index/consumer/index.vue Voir le fichier

@@ -433,6 +433,7 @@
this.userInfo = uni.getStorageSync("weapp_session_userInfo_data")
// console.log(this.userInfo.showPhoneStatus)
this.nextPage = 1;
this.$forceUpdate()
this.recordList = []
this.buildingID = uni.getStorageSync('buildingID').id;
this.getMyCustom()


+ 3
- 3
utils/domain.js Voir le fichier

@@ -1,10 +1,10 @@
// const base = 'http://81.70.55.170:9999' ;// 测试站
const base = 'http://81.70.55.170:9999'; // 测试站
// const base = 'http://127.0.0.1:9999'; // 本地
// const base = 'http://192.168.31.148:9999' ;// 泽明
// const base = 'http://192.168.31.86:9999' ;// 胜浩
// const base = 'http://192.168.31.161:9999' // 长龙
// const base = 'https://zanyong.hfju.com';// 正式 AI销管
const base = 'https://hxz.quhouse.com';// 正式 AI销讲助手
// const base = 'https://hxz.quhouse.com';// 正式 AI销讲助手

// http.js使用
const baseUrl = `${base}/autoSR/api`;
@@ -20,4 +20,4 @@ export {
hosts,
iMServiceHost,
base
}
}

Chargement…
Annuler
Enregistrer