From 7e5cbed8ad71ee965083330686e16280342ea713 Mon Sep 17 00:00:00 2001 From: Nancy <1756224050@qq.com> Date: Sat, 3 Jan 2026 13:31:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9ip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/dev.env.js | 6 +++--- config/prod.env.js | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/dev.env.js b/config/dev.env.js index 9499a42..86c0212 100644 --- a/config/dev.env.js +++ b/config/dev.env.js @@ -1,7 +1,7 @@ //开发环境 module.exports = { NODE_ENV: '"development"', - BASE_API: '"http://124.222.155.209"', - DOMAIN: '"http://124.222.155.209"', - SOCKET_URL:'"ws://124.222.155.209:8326/"' + BASE_API: '"192.168.123.5"', + DOMAIN: '"192.168.123.5"', + SOCKET_URL:'"ws://192.168.123.5:8326/"' } diff --git a/config/prod.env.js b/config/prod.env.js index 2d19f3d..2dd8841 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -1,7 +1,7 @@ //生产环境 module.exports = { NODE_ENV: '"production"', - BASE_API:'"http://124.222.155.209"', - DOMAIN: '"http://124.222.155.209"', - SOCKET_URL:'"ws://124.222.155.209:8326"' + BASE_API:'"192.168.123.5"', + DOMAIN: '"http://192.168.123.5"', + SOCKET_URL:'"ws://192.168.123.5:8326"' }