From 9a50f2b681bb89336eed8100b2ffa36fed4e2639 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 17 七月 2024 10:12:41 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 wechat_jiaxuan/app.json |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/wechat_jiaxuan/app.json b/wechat_jiaxuan/app.json
index d467f44..c37523e 100644
--- a/wechat_jiaxuan/app.json
+++ b/wechat_jiaxuan/app.json
@@ -13,6 +13,9 @@
     "pages/store/staffList",
     "pages/calculator/index",
     "pages/webView/index",
+    "pages/productVideo/index",
+    "pages/homeId/index",
+    "pages/kefu/index",
     "pages/detailDis/product",
     "pages/detailDis/case",
     "pages/detailDis/realpic",
@@ -68,7 +71,8 @@
   },
   "requiredPrivateInfos": [
     "getLocation",
-    "chooseLocation"
+    "chooseLocation",
+    "getFuzzyLocation"
   ],
   "permission": {
     "scope.userLocation": {

--
Gitblit v1.9.3