From 4c955751f78be79478bda2c61ec7128ec8939509 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期三, 17 七月 2024 11:38:43 +0800
Subject: [PATCH] 代码提交
---
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