From 91a56a9b83ec23a1580aa586a24b34aba6990ffa Mon Sep 17 00:00:00 2001
From: lyzflash <lzhflash@163.com>
Date: Mon, 17 Nov 2025 14:58:42 +0800
Subject: [PATCH] 报名时可选择加入的分会

---
 mobile/config.js |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/mobile/config.js b/mobile/config.js
index 1708d6f..98fbc19 100644
--- a/mobile/config.js
+++ b/mobile/config.js
@@ -1,8 +1,7 @@
-var app_url = 'http://lblmh.com';
+var app_url = 'https://www.lblmh.com';
 // var app_url = 'http://lmh.com';
 // 如果是本地测试环境
 if(process.env.NODE_ENV === 'development'){
-	app_url = 'http://lblmh.com';
     //#ifdef H5
 	app_url = '';
 	//#endif

--
Gitblit v1.9.2