From 81e6577d11920a45284936f591bd8d076006a919 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期四, 01 八月 2024 13:09:57 +0800
Subject: [PATCH] 修改通讯录

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

diff --git a/config/env.development.js b/config/env.development.js
index 5d13ab3..3f00d8e 100644
--- a/config/env.development.js
+++ b/config/env.development.js
@@ -1,5 +1,5 @@
 module.exports = {
     NODE_ENV: "development",
-    baseUrl: 'http://192.168.0.38:8086',
-    // baseUrl: '121.239.169.30:33306',
-}
\ No newline at end of file
+    baseUrl: 'http://192.168.2.11:8087',
+    // baseUrl: 'http://sms.sinanoaq.cn/api',
+};
\ No newline at end of file

--
Gitblit v1.9.2