From 707fe99b35c8e090f839d247bea1ad3db06334e8 Mon Sep 17 00:00:00 2001
From: zhouwenxuan <1175765986@qq.com>
Date: 星期三, 27 三月 2024 15:06:15 +0800
Subject: [PATCH] 更改地址

---
 common/constant.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/common/constant.js b/common/constant.js
index cd73119..636053f 100644
--- a/common/constant.js
+++ b/common/constant.js
@@ -1,11 +1,11 @@
 
 	let VUE_APP_BASE_URL= null;
 	if (process.env.NODE_ENV == 'development') {
-		VUE_APP_BASE_URL = 'http://192.168.0.47:8086'
+		VUE_APP_BASE_URL = 'http://sms.sinanoaq.cn/api'
 		// VUE_APP_BASE_URL = 'http://121.239.169.30:13001'
 	}else {
 		// VUE_APP_BASE_URL = 'http://192.168.0.47:8086'
-		VUE_APP_BASE_URL = 'http://121.239.169.30:13001'
+		VUE_APP_BASE_URL = 'http://sms.sinanoaq.cn/api'
 	}
 
 export default VUE_APP_BASE_URL
\ No newline at end of file

--
Gitblit v1.9.2