From 8871c565ebe62fd2c26fc882e92acd5fdbc17d18 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期一, 08 七月 2024 10:53:32 +0800
Subject: [PATCH] xiugai

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

diff --git a/config/env.development.js b/config/env.development.js
index 76322d4..edca358 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.47:8086',
-    // baseUrl: 'http://121.239.169.30:13001',
+    // baseUrl: 'http://192.168.0.70:8087',
+    baseUrl: 'http://sms.sinanoaq.cn/api',
 };
\ No newline at end of file
diff --git a/config/env.production.js b/config/env.production.js
index aa58a1b..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: '/api',
     // baseUrl: 'http://192.168.0.47:8086',
 }

--
Gitblit v1.9.2