From 6abfa21b225bd5539b5fee2c7dfcaf7e6dbca1fc Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Sat, 15 Nov 2025 18:15:12 +0800
Subject: [PATCH] 服务器地址忘了改回来了
---
mobile/config.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/mobile/config.js b/mobile/config.js
index 74a6c04..eceea6a 100644
--- a/mobile/config.js
+++ b/mobile/config.js
@@ -1,7 +1,8 @@
-var app_url = 'https://lblmh.zlxm286.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