From d730f8725ffcb0ed4e6941fbbbe1ce0479d9f2e6 Mon Sep 17 00:00:00 2001 From: Nancy <1756224050@qq.com> Date: Sat, 3 Jan 2026 13:31:00 +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 | 2 +- config/prod.env.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/dev.env.js b/config/dev.env.js index a9eb907..1fef05a 100644 --- a/config/dev.env.js +++ b/config/dev.env.js @@ -1,6 +1,6 @@ module.exports = { NODE_ENV: '"development"', ENV_CONFIG: '"dev"', - BASE_API: '"http://124.222.155.209:9000"', + BASE_API: '"192.168.123.5"', PROTOCOL:'"https://"', } diff --git a/config/prod.env.js b/config/prod.env.js index 462cbb5..57a394a 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -1,6 +1,6 @@ module.exports = { NODE_ENV: '"production"', ENV_CONFIG: '"prod"', - BASE_API: '"http://124.222.155.209:9000"', + BASE_API: '"192.168.123.5"', PROTOCOL:'"https://"', }