From 140e83402814ffd2e92dfe313f5681feedd39f86 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期二, 06 二月 2024 16:49:12 +0800 Subject: [PATCH] 修复弹窗bug --- 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 5e173d4..aa58a1b 100644 --- a/config/env.production.js +++ b/config/env.production.js @@ -1,4 +1,5 @@ module.exports = { NODE_ENV: "production", - baseUrl: 'http://192.168.0.38:8086', -} \ No newline at end of file + baseUrl: 'http://121.239.169.30:13001', + // baseUrl: 'http://192.168.0.47:8086', +} -- Gitblit v1.9.2