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 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/mobile/config.js b/mobile/config.js
index cb2642b..eceea6a 100644
--- a/mobile/config.js
+++ b/mobile/config.js
@@ -1,4 +1,4 @@
-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'){
--
Gitblit v1.9.2