提交 0a77f4ad 编写于 作者: lyf's avatar lyf

去除dubgu

上级 a7da8ebc
...@@ -978,7 +978,6 @@ ...@@ -978,7 +978,6 @@
// 发送文本消息 // 发送文本消息
sendTextMsg() { sendTextMsg() {
if (!this.canSend) return; if (!this.canSend) return;
debugger;
this.sendCommonMsg({ info: this.sendText }); this.sendCommonMsg({ info: this.sendText });
this.sendText = ''; this.sendText = '';
}, },
......
...@@ -51,12 +51,14 @@ const socket = { ...@@ -51,12 +51,14 @@ const socket = {
const operateUserId = window._VM.$store.state.main.soketQuest.operateUserId const operateUserId = window._VM.$store.state.main.soketQuest.operateUserId
? window._VM.$store.state.main.soketQuest.operateUserId ? window._VM.$store.state.main.soketQuest.operateUserId
: ''; : '';
console.log('operateUserId---', operateUserId);
console.log('n.operateUserId---', n.operateUserId);
if ( if (
path && path &&
String(path).indexOf('workbench') > -1 && String(path).indexOf('workbench') > -1 &&
n.operateUserId == operateUserId n.operateUserId == operateUserId
) { ) {
console.log(11111) console.log(11111111111111111111);
context.commit('SET_NOTIFY', n); context.commit('SET_NOTIFY', n);
} }
}); });
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册