From c72a20727b865fdb8a9fd9a26b3f4f79ebee53bf Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期三, 24 一月 2024 08:53:52 +0800
Subject: [PATCH] 添加字段

---
 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 1ee261b..aa58a1b 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: 'http://192.168.0.47:8086',
+}

--
Gitblit v1.9.2