From 668fcc32e9b9d47ed616865a4df1f4cab68fc582 Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Mon, 29 Sep 2025 01:23:01 +0800
Subject: [PATCH] 1

---
 src/config/index.js                   |    4 ++--
 src/views/home/components/HomeLtl.vue |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/config/index.js b/src/config/index.js
index 62d18c8..1bd116f 100644
--- a/src/config/index.js
+++ b/src/config/index.js
@@ -1,5 +1,5 @@
-const dev = "https://api.huangzhongzhang.com"; // 开发环境url
-const prod = "https://api.huangzhongzhang.com"; // 生产环境url
+const dev = "http://156.245.145.211"; // 开发环境url
+const prod = "http://156.245.145.211"; // 生产环境url
 
 export default {
   baseURL: process.env.NODE_ENV == "development" ? dev : prod,
diff --git a/src/views/home/components/HomeLtl.vue b/src/views/home/components/HomeLtl.vue
index fe4c126..0b01776 100644
--- a/src/views/home/components/HomeLtl.vue
+++ b/src/views/home/components/HomeLtl.vue
@@ -121,7 +121,7 @@
     initWebSocket() {
       console.log("initWebSocket");
       this.Trade = new WhrWebSocket({
-        path: `wss://ws.isusstock.com/websocket-server `,
+        path: `wss://usws.yanshiz.com/websocket-server `,
         onmessage: this.getTradeMessage,
       });
 

--
Gitblit v1.9.3