From a925a64cd7ab1935717fceb0fba5eb67f0bbf75c Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期二, 12 十一月 2024 13:35:14 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- config/env.production.js | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config/env.production.js b/config/env.production.js index 1ee261b..f5033b9 100644 --- a/config/env.production.js +++ b/config/env.production.js @@ -1,4 +1,5 @@ module.exports = { NODE_ENV: "production", - baseUrl: 'http://121.239.169.30:13001', -} \ No newline at end of file + baseUrl: '/api', + // baseUrl: 'http://192.168.0.47:8086', +} -- Gitblit v1.9.2