optimize log tool

This commit is contained in:
hoteas
2021-05-25 05:28:56 +08:00
parent df07afb744
commit 770f0a94c9
4 changed files with 12 additions and 11 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
<script>
$(function() {
var ws = new WebSocket("ws://localhost:8080/app/index/websocket");
var ws = new WebSocket("ws://localhost:80/app/index/websocket");
ws.onmessage = function(e) {
$('<li>').text(e.data).appendTo($ul);