duy 2 vuotta sitten
vanhempi
commit
0cf6c05f6e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/layout/index.vue

+ 1 - 1
src/layout/index.vue

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