From 167f0e41147847aed50259811a40730b1d223f20 Mon Sep 17 00:00:00 2001
From: zhouwenxuan <1175765986@qq.com>
Date: 星期四, 21 十二月 2023 08:45:38 +0800
Subject: [PATCH] app版本控制

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

diff --git a/config/env.production.js b/config/env.production.js
index ae16e7a..aa58a1b 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: 'http://192.168.0.47:8086',
+}

--
Gitblit v1.9.2