소스 검색

html 页面暂时禁用 websocket 连接

reghao 9 달 전
부모
커밋
588b44d775
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      mgr/src/main/resources/templates/devops/app/stat/log.html
  2. 1 1
      mgr/src/main/resources/templates/home/index.html

+ 1 - 1
mgr/src/main/resources/templates/devops/app/stat/log.html

@@ -139,6 +139,6 @@
             initWebSocket()
         }, 5000)
     }
-    initWebSocket()
+    // initWebSocket()
 </script>
 </html>

+ 1 - 1
mgr/src/main/resources/templates/home/index.html

@@ -253,7 +253,7 @@
             initWebSocket()
         }, 5000)
     }
-    initWebSocket()
+    // initWebSocket()
 </script>
 </body>
 </html>