1
PC-20250623MANY\Administrator
2025-09-29 668fcc32e9b9d47ed616865a4df1f4cab68fc582
1
2 files modified
6 ■■■■ changed files
src/config/index.js 4 ●●●● patch | view | raw | blame | history
src/views/home/components/HomeLtl.vue 2 ●●● patch | view | raw | blame | history
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,
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,
      });