app.json 615 B

123456789101112131415161718192021222324
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/takePhoto/takePhoto",
  5. "pages/cachePage/cachePage",
  6. "pages/takePhoto/success/success",
  7. "pages/share/share"
  8. ],
  9. "window": {
  10. "backgroundColor": "#F6F6F6",
  11. "backgroundTextStyle": "light",
  12. "navigationBarBackgroundColor": "#F6F6F6",
  13. "navigationBarTitleText": "汇很多",
  14. "navigationBarTextStyle": "black",
  15. "navigationStyle": "custom"
  16. },
  17. "permission": {
  18. "scope.userLocation": {
  19. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  20. }
  21. },
  22. "sitemapLocation": "sitemap.json",
  23. "style": "v2"
  24. }