Ver código fonte

电视墙 资源详情 样式 土地也能点 视频预览宽度 气泡去除地址 电视墙未绑定 资源详情背景高度 监控中心传感器离线图标 误报、重复 摄像头离线图标 视频会议动态url 云广播资源 云广播图标 云图接口替换 数据中心接口替换 监控中心接口替换 巡田任务接口替换 田长制接口替换 websocket

wangzhe 1 ano atrás
pai
commit
67a3e46335
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      src/components/vBottomMenu.vue

+ 2 - 1
src/components/vBottomMenu.vue

@@ -1536,7 +1536,8 @@ export default {
         this.taskList = res.data
         this.taskCount = res.data.length
       })
-      this.initWebSocket('TASK_SOCKET', '/taskPush/', this.websockSid.userId)
+      // this.initWebSocket('TASK_SOCKET', '/taskPush/', this.websockSid.userId)
+      this.initWebSocket('TASK_SOCKET', '/taskPush/', this.websockSid.deptId)
     },
     handleCheckedCitiesChangeBan(value) {
       this.choseLayerSwitchingList(this.banCheckList)