From 9c9f756145fcf2d71d4e0a15817a87192c7fca84 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 17 七月 2024 11:41:26 +0800
Subject: [PATCH] 提交

---
 wechat_jiaxuan/app.json |   39 +++++++++++++++++++++++++++------------
 1 files changed, 27 insertions(+), 12 deletions(-)

diff --git a/wechat_jiaxuan/app.json b/wechat_jiaxuan/app.json
index 7b8159b..c37523e 100644
--- a/wechat_jiaxuan/app.json
+++ b/wechat_jiaxuan/app.json
@@ -6,25 +6,35 @@
     "pages/consult/detail",
     "pages/mine/mine",
     "pages/auth/auth",
-    "pages/design/design"
+    "pages/design/design",
+    "pages/store/store",
+    "pages/store/info",
+    "pages/store/staff",
+    "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",
+    "pages/userinfo/index",
+    "pages/userinfo/mysub",
+    "pages/userinfo/collect",
+    "pages/userinfo/favorite",
+    "pages/sets/index",
+    "pages/sets/protocol"
   ],
   "window": {
     "navigationBarTitleText": "蹇楅偊瀹堕��",
     "navigationBarTextStyle": "black",
-    "navigationBarBackgroundColor": "#fff"
-  },
-  "renderer": "skyline",
-  "rendererOptions": {
-    "skyline": {
-      "defaultDisplayBlock": true,
-      "disableABTest": true,
-      "sdkVersionBegin": "3.0.0",
-      "sdkVersionEnd": "15.255.255"
-    }
+    "navigationBarBackgroundColor": "#fff",
+    "navigationStyle": "default"
   },
   "tabBar": {
     "color": "#999",
-    "selectedColor": "#110000",
+    "selectedColor": "#B08771",
     "list": [
       {
         "pagePath": "pages/index/index",
@@ -59,6 +69,11 @@
     "van-empty": "@vant/weapp/empty/index",
     "navBar": "./components/navBar/navBar"
   },
+  "requiredPrivateInfos": [
+    "getLocation",
+    "chooseLocation",
+    "getFuzzyLocation"
+  ],
   "permission": {
     "scope.userLocation": {
       "desc": "浣犵殑浣嶇疆淇℃伅灏嗙敤浜庡皬绋嬪簭浣嶇疆鎺ュ彛鐨勬晥鏋滃睍绀�"

--
Gitblit v1.9.3