|
|
@@ -1524,7 +1524,7 @@
|
|
|
let content = JSON.parse(res.content)
|
|
|
res.content = content;
|
|
|
if (content.text) {
|
|
|
- content.text = this.turnFace(content.text)
|
|
|
+ content.text = this.turnFace(this.shieldingKeyword(content.text));
|
|
|
res.content = content
|
|
|
}
|
|
|
this.hisSviceChat.push(res)
|
|
|
@@ -1601,6 +1601,8 @@
|
|
|
|
|
|
/******************消息发送数据处理********************/
|
|
|
sendMessage() {
|
|
|
+ console.log(this.sensitiveNumber,'客服端信息')
|
|
|
+
|
|
|
let str = this.information;
|
|
|
let formatStr = str.replace(/\n/g, '<br/>');
|
|
|
if (str.length > 450) {
|