From 36cacbaf78e510713002fcd5e3d61cece2e01421 Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Tue, 28 Oct 2025 18:43:26 +0800
Subject: [PATCH] 名片模板
---
mobile/manifest.json | 15 ++++++++-------
1 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/mobile/manifest.json b/mobile/manifest.json
index 15865ec..ea07ec2 100644
--- a/mobile/manifest.json
+++ b/mobile/manifest.json
@@ -1,7 +1,7 @@
{
- "name" : "单",
- "appid" : "__UNI__6F9002F",
- "description" : "商户",
+ "name" : "连盟汇",
+ "appid" : "__UNI__AAA479C",
+ "description" : "连盟汇",
"versionName" : "1.0.0",
"versionCode" : 100,
"transformPx" : false,
@@ -134,7 +134,7 @@
"quickapp" : {},
/* 快应用特有相关 */
"mp-weixin" : {
- "appid" : "wxf9b927f328c0e756",
+ "appid" : "wxd03115abc6c4283d",
"setting" : {
"urlCheck" : false,
"es6" : true,
@@ -146,7 +146,8 @@
"scope.userLocation" : {
"desc" : "你的位置信息将用于小程序位置接口的效果展示"
}
- }
+ },
+ "requiredPrivateInfos" : [ "getLocation", "chooseLocation" ]
},
"h5" : {
"router" : {
@@ -158,12 +159,12 @@
"proxy" : {
"/" : {
"ws" : false,
- "target" : "https://yj.s.zlxm286.com",
+ "target" : "http://lmh.com",
"changeOrigin" : true,
"secure" : false
}
}
},
- "title" : "唯愿康"
+ "title" : "连盟汇"
}
}
--
Gitblit v1.9.2