Browse Source

Merge pull request #202 from John-Hong/release-2.13.0

Release 2.13.0
Tron 2 years ago
parent
commit
c80cc6fda2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/utils/index.js

+ 1 - 1
src/utils/index.js

@@ -305,7 +305,7 @@ export function wssInit() {
       console.log('platform====>305');
       window.stompClient = Stomp.over(socket);
       console.log('platform====>307');
-      window.stompClient.debug = false;
+      // window.stompClient.debug = false;
       console.log('platform====>308');
       windowSendInit();
       console.log('platform====>311');