Kaynağa Gözat

修改违禁bug

message
douzhuo 2 yıl önce
ebeveyn
işleme
fcb59445d5
3 değiştirilmiş dosya ile 4 ekleme ve 3 silme
  1. +1
    -1
      pages/center/prohibited/details.vue
  2. +1
    -0
      pages/center/prohibited/index.vue
  3. +2
    -2
      utils/domain.js

+ 1
- 1
pages/center/prohibited/details.vue Dosyayı Görüntüle

@@ -389,7 +389,7 @@
// 获取违禁话术详情
keyWordsMatching(params) {
this.$u.post('/customer/findbynum', params).then(res => {
this.customerId = res.records[0].id;
this.customerId = res.results[0].id;
this.current = 0
uni.setStorageSync('nextPageObj', JSON.stringify(this.nextPageObj))
this.resetAudioParams()


+ 1
- 0
pages/center/prohibited/index.vue Dosyayı Görüntüle

@@ -372,6 +372,7 @@
dateType: dateType,
disposeStatus: this.orderBy, // 处理状态
violatedStatus: this.violatedStatus, // 违禁状态
validInvalid: 0, // 有效
}
};
if (this.screen.agentId) {


+ 2
- 2
utils/domain.js Dosyayı Görüntüle

@@ -1,5 +1,5 @@
const base = 'http://81.70.55.170:9999' ;// 测试站
// const base = 'http://192.168.31.211:9999' ;// 泽明
// const base = 'http://81.70.55.170: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销管


Yükleniyor…
İptal
Kaydet