Browse Source

提交修改uniId

dev
douzhuo 2 years ago
parent
commit
fe0cc84e70
4 changed files with 31 additions and 33 deletions
  1. +10
    -4
      manifest.json
  2. +9
    -13
      pages/mine/details.vue
  3. +8
    -12
      pages/mine/details2.vue
  4. +4
    -4
      utils/domain.js

+ 10
- 4
manifest.json View File

@@ -1,6 +1,6 @@
{
"name" : "去房质控管家",
"appid" : "__UNI__6CC21FF",
"name" : "数智工牌",
"appid" : "__UNI__D88F14A",
"description" : "AI营销助理",
"versionName" : "1.1.0",
"versionCode" : "100",
@@ -91,7 +91,7 @@
},
"quickapp" : {},
"mp-weixin" : {
"appid" : "wx8f883dca5ecc5510",
"appid" : "wxe044603515ff2cb5",
"setting" : {
"urlCheck" : false,
"es6" : true,
@@ -105,6 +105,9 @@
"version" : "0.3.4",
"provider" : "wx069ba97219f66d99"
}
},
"uniStatistics" : {
"enable" : true
}
},
"mp-alipay" : {
@@ -114,7 +117,10 @@
"usingComponents" : true
},
"mp-toutiao" : {
"usingComponents" : true
"usingComponents" : true,
"uniStatistics" : {
"enable" : false
}
},
"h5" : {
"router" : {


+ 9
- 13
pages/mine/details.vue View File

@@ -304,21 +304,17 @@
this.init(info)
},
onHide() {
if (this.innerAudioContext) {
//暂停
this.innerAudioContext.pause()
// 销毁
this.innerAudioContext.destroy();
}
//暂停
this.innerAudioContext.pause()
// 销毁
// this.innerAudioContext.destroy();
},
onUnload() {
if (this.innerAudioContext) {
//暂停
this.innerAudioContext.pause()
// 销毁
this.innerAudioContext.destroy();
}
//暂停
this.innerAudioContext.pause()
// 销毁
// this.innerAudioContext.destroy();
},
methods: {
@@ -1149,7 +1145,7 @@
creatAudio() {
this.innerAudioContext = uni.createInnerAudioContext();
// if(uni.getStorageSync('entrance')==1){
this.innerAudioContext.autoplay = false;
this.innerAudioContext.autoplay = false;
// }else{
// this.innerAudioContext.autoplay = true;
// }


+ 8
- 12
pages/mine/details2.vue View File

@@ -631,21 +631,17 @@
},
onHide() {
if (this.innerAudioContext) {
//暂停
this.innerAudioContext.pause()
// 销毁
this.innerAudioContext.destroy();
}
//暂停
this.innerAudioContext.pause()
// 销毁
// this.innerAudioContext.destroy();
},
onUnload() {
if (this.innerAudioContext) {
//暂停
this.innerAudioContext.pause()
// 销毁
this.innerAudioContext.destroy();
}
//暂停
this.innerAudioContext.pause()
// 销毁
// this.innerAudioContext.destroy();
},
methods: {
rolexuanze(index) {


+ 4
- 4
utils/domain.js View File

@@ -4,8 +4,8 @@
// const baseUrl = 'http://192.168.31.167: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 = '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使用域名
@@ -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.134:8080/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的后端地址正式


Loading…
Cancel
Save