jiangping
2024-07-17 9a50f2b681bb89336eed8100b2ffa36fed4e2639
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": "你的位置信息将用于小程序位置接口的效果展示"