From fcb59445d54a2d6c8cfcc294cdb973d1fd170031 Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Tue, 28 Jun 2022 16:16:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=BF=9D=E7=A6=81bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/center/prohibited/details.vue | 2 +- pages/center/prohibited/index.vue | 1 + utils/domain.js | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pages/center/prohibited/details.vue b/pages/center/prohibited/details.vue index 5a9cfec..356c613 100644 --- a/pages/center/prohibited/details.vue +++ b/pages/center/prohibited/details.vue @@ -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() diff --git a/pages/center/prohibited/index.vue b/pages/center/prohibited/index.vue index 19ed2cc..f29029b 100644 --- a/pages/center/prohibited/index.vue +++ b/pages/center/prohibited/index.vue @@ -372,6 +372,7 @@ dateType: dateType, disposeStatus: this.orderBy, // 处理状态 violatedStatus: this.violatedStatus, // 违禁状态 + validInvalid: 0, // 有效 } }; if (this.screen.agentId) { diff --git a/utils/domain.js b/utils/domain.js index 733f336..6198467 100644 --- a/utils/domain.js +++ b/utils/domain.js @@ -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销管