liukangdong
2024-08-02 52787adceb282c1914589c7ceb252bdb03e2df36
wechat_staff/app.json
@@ -12,12 +12,15 @@
    "pages/kefu/index",
    "pages/kefu/fond",
    "pages/kefu/select",
    "pages/kefu/service",
    "pages/userinfo/index",
    "pages/userinfo/collect",
    "pages/store/index",
    "pages/store/info",
    "pages/store/staff",
    "pages/sets/index",
    "pages/webView/index",
    "pages/download/index",
    "pages/sets/protocol",
    "pages/consult/detail",
    "pages/detailDis/product",
@@ -55,9 +58,12 @@
    ]
  },
  "window": {
    "navigationBarTitleText": "志邦家选",
    "navigationBarTitleText": "ZB优家",
    "navigationBarTextStyle": "black",
    "navigationBarBackgroundColor": "#fff"
    "backgroundTextStyle": "dark",
    "navigationBarBackgroundColor": "#fff",
    "navigationStyle": "default",
    "backgroundColor": "#fff"
  },
  "requiredPrivateInfos": [
    "getLocation",
@@ -72,6 +78,9 @@
  "permission": {
    "scope.userLocation": {
      "desc": "你的位置信息将用于小程序位置接口的效果展示"
    },
    "scope.writePhotosAlbum": {
      "desc": "授权相册权限后,您才能正常保存图片"
    }
  },
  "componentFramework": "glass-easel",