@@ -1,6 +1,6 @@ | |||||
{ | { | ||||
"name" : "去房质控管家", | |||||
"appid" : "__UNI__6CC21FF", | |||||
"name" : "数智工牌", | |||||
"appid" : "__UNI__D88F14A", | |||||
"description" : "AI营销助理", | "description" : "AI营销助理", | ||||
"versionName" : "1.1.0", | "versionName" : "1.1.0", | ||||
"versionCode" : "100", | "versionCode" : "100", | ||||
@@ -91,7 +91,7 @@ | |||||
}, | }, | ||||
"quickapp" : {}, | "quickapp" : {}, | ||||
"mp-weixin" : { | "mp-weixin" : { | ||||
"appid" : "wx8f883dca5ecc5510", | |||||
"appid" : "wxe044603515ff2cb5", | |||||
"setting" : { | "setting" : { | ||||
"urlCheck" : false, | "urlCheck" : false, | ||||
"es6" : true, | "es6" : true, | ||||
@@ -105,6 +105,9 @@ | |||||
"version" : "0.3.4", | "version" : "0.3.4", | ||||
"provider" : "wx069ba97219f66d99" | "provider" : "wx069ba97219f66d99" | ||||
} | } | ||||
}, | |||||
"uniStatistics" : { | |||||
"enable" : true | |||||
} | } | ||||
}, | }, | ||||
"mp-alipay" : { | "mp-alipay" : { | ||||
@@ -114,7 +117,10 @@ | |||||
"usingComponents" : true | "usingComponents" : true | ||||
}, | }, | ||||
"mp-toutiao" : { | "mp-toutiao" : { | ||||
"usingComponents" : true | |||||
"usingComponents" : true, | |||||
"uniStatistics" : { | |||||
"enable" : false | |||||
} | |||||
}, | }, | ||||
"h5" : { | "h5" : { | ||||
"router" : { | "router" : { | ||||
@@ -304,21 +304,17 @@ | |||||
this.init(info) | this.init(info) | ||||
}, | }, | ||||
onHide() { | onHide() { | ||||
if (this.innerAudioContext) { | |||||
//暂停 | |||||
this.innerAudioContext.pause() | |||||
// 销毁 | |||||
this.innerAudioContext.destroy(); | |||||
} | |||||
//暂停 | |||||
this.innerAudioContext.pause() | |||||
// 销毁 | |||||
// this.innerAudioContext.destroy(); | |||||
}, | }, | ||||
onUnload() { | onUnload() { | ||||
if (this.innerAudioContext) { | |||||
//暂停 | |||||
this.innerAudioContext.pause() | |||||
// 销毁 | |||||
this.innerAudioContext.destroy(); | |||||
} | |||||
//暂停 | |||||
this.innerAudioContext.pause() | |||||
// 销毁 | |||||
// this.innerAudioContext.destroy(); | |||||
}, | }, | ||||
methods: { | methods: { | ||||
@@ -1149,7 +1145,7 @@ | |||||
creatAudio() { | creatAudio() { | ||||
this.innerAudioContext = uni.createInnerAudioContext(); | this.innerAudioContext = uni.createInnerAudioContext(); | ||||
// if(uni.getStorageSync('entrance')==1){ | // if(uni.getStorageSync('entrance')==1){ | ||||
this.innerAudioContext.autoplay = false; | |||||
this.innerAudioContext.autoplay = false; | |||||
// }else{ | // }else{ | ||||
// this.innerAudioContext.autoplay = true; | // this.innerAudioContext.autoplay = true; | ||||
// } | // } | ||||
@@ -631,21 +631,17 @@ | |||||
}, | }, | ||||
onHide() { | onHide() { | ||||
if (this.innerAudioContext) { | |||||
//暂停 | |||||
this.innerAudioContext.pause() | |||||
// 销毁 | |||||
this.innerAudioContext.destroy(); | |||||
} | |||||
//暂停 | |||||
this.innerAudioContext.pause() | |||||
// 销毁 | |||||
// this.innerAudioContext.destroy(); | |||||
}, | }, | ||||
onUnload() { | onUnload() { | ||||
if (this.innerAudioContext) { | |||||
//暂停 | |||||
this.innerAudioContext.pause() | |||||
// 销毁 | |||||
this.innerAudioContext.destroy(); | |||||
} | |||||
//暂停 | |||||
this.innerAudioContext.pause() | |||||
// 销毁 | |||||
// this.innerAudioContext.destroy(); | |||||
}, | }, | ||||
methods: { | methods: { | ||||
rolexuanze(index) { | rolexuanze(index) { | ||||
@@ -4,8 +4,8 @@ | |||||
// const baseUrl = 'http://192.168.31.167:8080/autoSR/api'; // 长龙 | // const baseUrl = 'http://192.168.31.167:8080/autoSR/api'; // 长龙 | ||||
// const baseUrl = 'http://192.168.31.134:8080/autoSR/api'; // 佳豪 | // const baseUrl = 'http://192.168.31.134:8080/autoSR/api'; // 佳豪 | ||||
// const baseUrl = 'http://10.2.1.104:8081/autoSR/api'; // 刘敏 | // const baseUrl = 'http://10.2.1.104:8081/autoSR/api'; // 刘敏 | ||||
const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式 | |||||
// const baseUrl = 'https://hfju.com/api'; // 数智正式 | |||||
// const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式 | |||||
const baseUrl = 'https://hfju.com/api'; // 数智正式 | |||||
// config使用域名 | // config使用域名 | ||||
@@ -18,8 +18,8 @@ const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式 | |||||
// const host = 'http://192.168.31.167:8080/autoSR/api'; // 长龙 | // const host = 'http://192.168.31.167:8080/autoSR/api'; // 长龙 | ||||
// const host = 'http://192.168.31.134:8080/autoSR/api'; // 佳豪 | // const host = 'http://192.168.31.134:8080/autoSR/api'; // 佳豪 | ||||
// const host = 'http://10.2.1.104:8081/autoSR/api'; // 刘敏 | // const host = 'http://10.2.1.104:8081/autoSR/api'; // 刘敏 | ||||
const host = 'https://zkgj.quhouse.com/api'; // 质控正式 | |||||
// const host = 'https://hfju.com/api'; // 数智正式 | |||||
// const host = 'https://zkgj.quhouse.com/api'; // 质控正式 | |||||
const host = 'https://hfju.com/api'; // 数智正式 | |||||
const iMServiceHost = 'https://im.quhouse.com/'; //IM的后端地址正式 | const iMServiceHost = 'https://im.quhouse.com/'; //IM的后端地址正式 | ||||