telephone-clients 3.0.104-38 → 3.0.104-39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "telephone-clients",
3
- "version": "3.0.104-38",
3
+ "version": "3.0.104-39",
4
4
  "description": "呼叫模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -141,7 +141,9 @@
141
141
  //tag;
142
142
  };
143
143
  this.$webSocket.onCallState = (event) => {
144
- //tag);
144
+ console.log('国信websocaket返回得数据:')
145
+ console.log(event)
146
+ console.log(JSON.stringify(event))
145
147
  const json = event;
146
148
  // 弹屏通知
147
149
  const id = json.id;
@@ -315,7 +317,6 @@
315
317
  },
316
318
  beforeDestroy() {
317
319
  //国信置忙代表登出
318
-
319
320
  if(this.$webSocket){
320
321
  this.zhimang();
321
322
  this.$webSocket.closeWebsocket()