From 121b714d710cf3c865f4a1b5efe81abec11056d1 Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Sat, 01 Nov 2025 14:36:36 +0800
Subject: [PATCH] 修复名片模板生成失败问题 修复后台名片查看不显示头像和logo问题
---
mobile/manifest.json | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/mobile/manifest.json b/mobile/manifest.json
index b8f8b0d..97fabb4 100644
--- a/mobile/manifest.json
+++ b/mobile/manifest.json
@@ -1,6 +1,6 @@
{
"name" : "连盟汇",
- "appid" : "__UNI__AAA479C",
+ "appid" : "__UNI__6A10109",
"description" : "连盟汇",
"versionName" : "1.0.0",
"versionCode" : 100,
@@ -134,7 +134,7 @@
"quickapp" : {},
/* 快应用特有相关 */
"mp-weixin" : {
- "appid" : "wxd6c0cd5d638175bc",
+ "appid" : "wxd03115abc6c4283d",
"setting" : {
"urlCheck" : false,
"es6" : true,
--
Gitblit v1.9.2