diff --git a/resources/views/chat.blade.php b/resources/views/chat.blade.php index 41809b5e..20a720bb 100644 --- a/resources/views/chat.blade.php +++ b/resources/views/chat.blade.php @@ -551,8 +551,8 @@ // WebSocket连接 let socket = null; - // const serverUrl = "ws://t-ws.nailaoyun.cn/ws/"; - const serverUrl = "ws://127.0.0.1:8282"; + const serverUrl = "ws://t-ws.nailaoyun.cn/ws/"; + // const serverUrl = "ws://127.0.0.1:8282"; // DOM元素引用 const statusIndicator = document.getElementById('status-indicator'); diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index cc60eba8..af957a85 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -642,7 +642,7 @@ // WebSocket连接 let socket = null; - const serverUrl = "ws://t-ws.奶酪yun.cn/ws/"; + const serverUrl = "ws://t-ws.nailaoyun.cn/ws/"; // const serverUrl = "ws://127.0.0.1:18282"; // DOM元素引用