From b35964baf0dd22a0357d92695141cc85eea41a77 Mon Sep 17 00:00:00 2001 From: Nancy <1756224050@qq.com> Date: Wed, 31 Dec 2025 09:37:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=8E=A5=E5=8F=A3?= 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 1a5fe26..a9eb907 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://127.0.0.1"', + BASE_API: '"http://124.222.155.209:9000"', PROTOCOL:'"https://"', } diff --git a/config/prod.env.js b/config/prod.env.js index b1eb196..462cbb5 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://114.119.32.11:9000"', + BASE_API: '"http://124.222.155.209:9000"', PROTOCOL:'"https://"', }