From 1f6893d24ba87313d4114c68813073ead53b2e12 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期五, 30 八月 2024 09:26:22 +0800
Subject: [PATCH] 群发新通讯录懒加载

---
 config/env.production.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/config/env.production.js b/config/env.production.js
index ae16e7a..f5033b9 100644
--- a/config/env.production.js
+++ b/config/env.production.js
@@ -1,5 +1,5 @@
 module.exports = {
     NODE_ENV: "production",
-    baseUrl: 'http://121.239.169.30:13001',
-    // baseUrl: 'http://192.168.0.52:13001',
-}
\ No newline at end of file
+    baseUrl: '/api',
+    // baseUrl: 'http://192.168.0.47:8086',
+}

--
Gitblit v1.9.2