Sanakey
2022-10-28 0e185fa6db8e3f4209e63c079750a26fe3feddaa
app.json
@@ -1,7 +1,6 @@
{
  "pages": [
    "pages/index/index",
    "pages/index2/index2",
    "pages/logs/logs",
    "pages/filter/filter",
    "pages/filterProduct/filterProduct",
@@ -25,13 +24,15 @@
    "pages/group/group",
    "pages/information/information",
    "pages/information2/information2",
    "pages/member/member",
    "pages/vipDetail/vipDetail",
    "pages/vipOrder/vipOrder",
    "pages/membergroup/membergroup",
    "pages/idCard/idCard",
    "pages/idCardFolder/idCardFolder",
    "pages/message/message",
    "pages/detailCosmo/detailCosmo",
    "pages/classify/classify",
    "pages/classify2/classify2",
    "pages/cart/cart",
    "pages/user/user",
    "pages/detail/detail",
@@ -73,7 +74,8 @@
    "pages/vouchers/vouchers",
    "pages/liveRoomCreate/liveRoomCreate",
    "pages/myLiveRoom/myLiveRoom",
    "pages/liveRoomGoods/liveRoomGoods"
    "pages/liveRoomGoods/liveRoomGoods",
    "pages/updateUserInfo/updateUserInfo"
  ],
  "window": {
    "backgroundTextStyle": "light",
@@ -98,7 +100,7 @@
        "text": "商城"
      },
      {
        "pagePath": "pages/classify/classify",
        "pagePath": "pages/classify2/classify2",
        "iconPath": "imgs/icon/classify.png",
        "selectedIconPath": "imgs/icon/classify-s.png",
        "text": "分类"
@@ -122,10 +124,19 @@
    "downloadFile": 10000
  },
  "usingComponents": {
    "c-authorize": "/component/authorize/authorize",
    "c-authorize-phone": "/component/authorizePhone/authorize",
    "c-contact": "/component/contact/contact",
    "c-wxparse": "/component/wxparse/wxparse",
    "van-dialog": "/src/vant-weapp/dialog/index"
    "van-dialog": "/src/vant-weapp/dialog/index",
    "van-divider": "/src/vant-weapp/divider/index",
    "van-popup": "/src/vant-weapp/popup/index",
    "van-datetime-picker": "/src/vant-weapp/datetime-picker/index",
    "van-tag": "/src/vant-weapp/tag/index",
    "van-button": "/src/vant-weapp/button/index",
    "van-cell": "/src/vant-weapp/cell/index",
    "van-goods-action": "/src/vant-weapp/goods-action/index",
    "van-goods-action-button": "/src/vant-weapp/goods-action-button/index"
  },
  "navigateToMiniProgramAppIdList": [
    "wxa20000d674f09912",
@@ -134,13 +145,26 @@
  ],
  "permission": {
    "scope.userLocation": {
      "desc": "你的位置信息将用于小程序位置接口的效果展示"
      "desc": "你的位置信息将用于小程序定位"
    },
    "scope.getFuzzyLocation": {
      "desc": "你的位置信息将用于小程序模糊定位"
    }
  },
  "requiredPrivateInfos":[
    "choosePoi",
    "chooseLocation",
    "chooseAddress",
    "getFuzzyLocation"
  ],
  "plugins": {
    "live-player-plugin": {
      "version": "1.1.12",
      "version": "1.3.5",
      "provider": "wx2b03c6e691cd7370"
    },
    "chooseLocation": {
      "version": "1.0.9",
      "provider": "wx76a9a06e5b4e693e"
    }
  },
  "sitemapLocation": "sitemap.json"