From efa9bfe98ba906e4c9b8f49c89f5da162a46bb0f Mon Sep 17 00:00:00 2001
From: 陶杰 <1378534974@qq.com>
Date: 星期一, 13 一月 2025 10:21:24 +0800
Subject: [PATCH] 1.微信一键登录:新增“同意用户协议”之后才可登录

---
 environments/index.js |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/environments/index.js b/environments/index.js
index 30e3981..c8a5cf9 100644
--- a/environments/index.js
+++ b/environments/index.js
@@ -1,12 +1,10 @@
 export default {
 	
 	httpBaseUri: 'https://www.hmyxianhua.com/flower',
-	// httpBaseUri: 'https://47.99.58.211/flower',
-
+	// httpBaseUri: 'http://47.99.58.211/flower',
+	// httpBaseUri: 'http://localhost:8080/flower',
 	clientId: '',
 	secret: '',
 	tenantId: '',
-	appDownloadUri: 'http://xxx/app/',
-	websocketUrl: '',
 	type: 'dev'
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3