douzhuo 2 anni fa
parent
commit
e586f6cd3c
4 ha cambiato i file con 3 aggiunte e 31 eliminazioni
  1. +0
    -2
      audios.js
  2. +0
    -27
      components/uniapp-zaudio/dist/zaudio.js
  3. +1
    -0
      pages/center/Piabodata/Customerportrait/Receivingrecords.vue
  4. +2
    -2
      utils/domain.js

+ 0
- 2
audios.js
File diff soppresso perché troppo grande
Vedi File


+ 0
- 27
components/uniapp-zaudio/dist/zaudio.js Vedi File

@@ -626,33 +626,6 @@ class ZAudio extends util_1.EventBus {
// #endif
}
// 重置当前的参数
resetDatas() {
this.loading = false;
this.renderIndex = 0;
this.audiolist = [];
this.renderinfo = {
current: "00:00:00",
duration: "00:00:00",
duration_value: 0,
current_value: 0,
src: "",
title: "",
singer: "",
coverImgUrl: "",
};
this.playinfo = {
current: "00:00:00",
duration: "00:00:00",
duration_value: 0,
current_value: 0,
src: "",
title: "",
singer: "",
coverImgUrl: "",
};
}
}
exports.default = ZAudio;
ZAudio.version = "2.2.51";

+ 1
- 0
pages/center/Piabodata/Customerportrait/Receivingrecords.vue Vedi File

@@ -313,6 +313,7 @@ export default {
this.tadelist=[...this.tadelist, ...data.results];
this.totalpage=data.totalRecord;
}
this.$forceUpdate()
})
},
//获取三级


+ 2
- 2
utils/domain.js Vedi File

@@ -1,10 +1,10 @@
// http.js使用域名
const baseUrl = 'http://81.70.55.170:9090/autoSR/api';// 最新测试
// const baseUrl = 'http://81.70.55.170:9090/autoSR/api';// 最新测试
// const baseUrl = 'http://192.168.31.148:8080/api';// 泽明
// const baseUrl = 'http://127.0.0.1:8080/autoSR/api'; // 本地
// const baseUrl = 'http://192.168.31.161:8080/autoSR/api'; // 长龙
// const baseUrl = 'http://192.168.31.86:9090/api'; // 盛浩
// const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式
const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式
// const baseUrl = 'https://hfju.com/api'; // 数智正式
// const baseUrl = 'https://xitong.pachira.cn/api'; // AI营销辅助 普强使用



Caricamento…
Annulla
Salva