From 03bcdfbc9dd10e473686bbe27a8e615f5a22a283 Mon Sep 17 00:00:00 2001
From: web <candymxq888@outlook.com>
Date: 星期三, 02 七月 2025 16:11:04 +0800
Subject: [PATCH] fix:小程序界面

---
 manifest.json |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/manifest.json b/manifest.json
index 23a00b0..db6f0b4 100644
--- a/manifest.json
+++ b/manifest.json
@@ -50,11 +50,20 @@
     /* 快应用特有相关 */
     "mp-weixin" : {
         /* 小程序特有相关 */
-        "appid" : "",
+        "appid" : "wxd361a7f92bb0c73a",
         "setting" : {
             "urlCheck" : false
         },
-        "usingComponents" : true
+        "usingComponents" : true,
+        "unipush" : {
+            "enable" : false
+        },
+        "lazyCodeLoading" : "requiredComponents",
+		"permission" : {
+		    "scope.userLocation" : {
+		        "desc" : "你的位置信息将用于计算设备与您的距离"
+		    }
+		}
     },
     "vueVersion" : "3"
 }

--
Gitblit v1.9.3