From f591c27b57e2418c9495bc02ae8cfff84d35bc18 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期二, 16 七月 2024 16:27:56 +0800
Subject: [PATCH] init

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

diff --git a/common/constant.js b/common/constant.js
index 0bcd72d..a5678cb 100644
--- a/common/constant.js
+++ b/common/constant.js
@@ -1,10 +1,11 @@
 
 	let VUE_APP_BASE_URL= null;
 	if (process.env.NODE_ENV == 'development') {
-		VUE_APP_BASE_URL = 'http://192.168.0.38:8086'
+		VUE_APP_BASE_URL = 'http://192.168.2.15:8082'
 		// VUE_APP_BASE_URL = 'http://121.239.169.30:13001'
 	}else {
-		VUE_APP_BASE_URL = 'http://121.239.169.30:13001'
+		// VUE_APP_BASE_URL = 'http://192.168.0.47:8086'
+		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