index.json 247 B

12345678910111213
  1. {
  2. "usingComponents": {
  3. "van-sticky": "@vant/weapp/sticky/index",
  4. "van-icon": "@vant/weapp/icon/index"
  5. },
  6. "permission": {
  7. "scope": {
  8. "location": {
  9. "desc": "您的位置信息将用于展示地图"
  10. }
  11. }
  12. }
  13. }