From 78d28b4db2c490491715ca9c31a2894b46e9ead6 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期五, 04 八月 2023 08:46:06 +0800
Subject: [PATCH] 接口调整

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

diff --git a/config/env.production.js b/config/env.production.js
index 1ee261b..ae16e7a 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',
+    // baseUrl: 'http://192.168.0.52:13001',
 }
\ No newline at end of file

--
Gitblit v1.9.2