|
|
@@ -667,6 +667,7 @@
|
|
|
|
|
|
//人工链接
|
|
|
if (redata.message_type == 'connect') {
|
|
|
+ this.willOverTime = false;
|
|
|
this.trueImg = true
|
|
|
this.chat.splice(-1)
|
|
|
let server = {};
|
|
|
@@ -858,7 +859,6 @@
|
|
|
|
|
|
// 历史信息
|
|
|
if (redata.message_type == 'toOld') {
|
|
|
- // console.log(redata, '历史信息')
|
|
|
this.hisSviceChat = [];
|
|
|
let obj = redata;
|
|
|
this.historyMsgtext = obj.data.content;
|