Sanakey
2020-11-06 65c4a68484a8d6fee25d3bb94bb7a24da6dfc147
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": "分类"
@@ -133,14 +134,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"
}
}