From fc996151eac7275ea4ce5eeff5a142fb3d793396 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Fri, 08 Sep 2023 13:34:06 +0800
Subject: [PATCH] 修复弹窗bug
---
config/env.production.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/config/env.production.js b/config/env.production.js
index 5e173d4..ae16e7a 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',
+ baseUrl: 'http://121.239.169.30:13001',
+ // baseUrl: 'http://192.168.0.52:13001',
}
\ No newline at end of file
--
Gitblit v1.9.2