From ace01a698897ef59fe09ca76773e129c25b08511 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E5=8B=87?= <995058772@qq.com> Date: Thu, 9 Jan 2025 15:31:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=E7=94=9F=E4=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/prod.env.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/prod.env.js b/config/prod.env.js index 8395d79..4984ef0 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -2,7 +2,7 @@ module.exports = { NODE_ENV: '"production"', // BASE_API: '"http://139.224.54.200:8000"', - BASE_API: '"/"', + BASE_API: '"http://101.132.169.38:8012"', NAME: '"生产"' // BASE_API: '"http://139.224.57.82:8015"' }