王通 пре 2 година
родитељ
комит
1af45e310a
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      src/components/vBottomMenu.vue

+ 1 - 2
src/components/vBottomMenu.vue

@@ -487,7 +487,6 @@ export default {
           }]
         }]
       }],
-
       defaultProps: {
         children: 'children',
         label: 'label'
@@ -523,7 +522,7 @@ export default {
       selectConfigKey(wsurl).then(res => {
         //初始化weosocket
         //const wsuri = 'ws://127.0.0.1:10003/eventPush/' + userId + '/' + eventTypeDl + '/' + eventType
-        const wsuri = res.data + userId +postName+ userId
+        const wsuri = res.data +postName+ userId
         // const wsuri = 'ws://172.28.20.82:10012/taskPush/'+userId
         this.websock = new WebSocket(wsuri)
         //console.log('建立websocket连接' + wsuri)