From 76ed09d116f484b261d44219de300b79eb2013b3 Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Wed, 29 Oct 2025 18:05:29 +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..a1669f9 100644
--- a/mobile/config.js
+++ b/mobile/config.js
@@ -2,6 +2,7 @@
// var app_url = 'http://lmh.com';
// 如果是本地测试环境
if(process.env.NODE_ENV === 'development'){
+ app_url = 'http://lblmh.com';
//#ifdef H5
app_url = '';
//#endif
@@ -17,7 +18,7 @@
/*服务器地址*/
app_url: app_url,
/*appid*/
- app_id: 10142,
+ app_id: 10001,
//h5发布路径
h5_addr: '/h5',
}
\ No newline at end of file
--
Gitblit v1.9.2