Sanakey
2021-01-31 53cc6f817625897935fb10c3845ad7be400f3036
app.json
@@ -31,6 +31,7 @@
    "pages/message/message",
    "pages/detailCosmo/detailCosmo",
    "pages/classify/classify",
    "pages/classify2/classify2",
    "pages/cart/cart",
    "pages/user/user",
    "pages/detail/detail",
@@ -97,7 +98,7 @@
        "text": "商城"
      },
      {
        "pagePath": "pages/classify/classify",
        "pagePath": "pages/classify2/classify2",
        "iconPath": "imgs/icon/classify.png",
        "selectedIconPath": "imgs/icon/classify-s.png",
        "text": "分类"
@@ -124,7 +125,8 @@
    "c-authorize": "/component/authorize/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"
  },
  "navigateToMiniProgramAppIdList": [
    "wxa20000d674f09912",
@@ -133,14 +135,18 @@
  ],
  "permission": {
    "scope.userLocation": {
      "desc": "你的位置信息将用于小程序位置接口的效果展示"
      "desc": "你的位置信息将用于小程序定位"
    }
  },
  "plugins": {
    "live-player-plugin": {
      "version": "1.1.8",
      "version": "1.2.2",
      "provider": "wx2b03c6e691cd7370"
    },
    "chooseLocation": {
      "version": "1.0.5",
      "provider": "wx76a9a06e5b4e693e"
    }
  },
  "sitemapLocation": "sitemap.json"
}
}