Browse Source

回复消息

duy 2 years ago
parent
commit
0cf6c05f6e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/layout/index.vue

+ 1 - 1
src/layout/index.vue

@@ -275,7 +275,7 @@ const setInitSocket = () => {
         if (data) {
         if (data) {
             msgCount.value = JSON.parse(data)
             msgCount.value = JSON.parse(data)
         }
         }
-        // console.log(data,'消息信息')
+        console.log(data,'消息信息')
     };
     };
     socket.onerror = function ({data}) {
     socket.onerror = function ({data}) {
         console.log('发生错误:', data)
         console.log('发生错误:', data)