浏览代码

接口直连改造

王通 1 年之前
父节点
当前提交
12a51f4e0b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/vBottomMenu.vue

+ 1 - 1
src/components/vBottomMenu.vue

@@ -1536,7 +1536,7 @@ 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.deptId)
     },
     handleCheckedCitiesChangeBan(value) {
       this.choseLayerSwitchingList(this.banCheckList)