app.json 723 B

123456789101112131415161718192021222324252627
  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. "pages/newCachePage/newCachePage",
  9. "pages/takeBill/takeBill",
  10. "pages/takeBill/success/success"
  11. ],
  12. "window": {
  13. "backgroundColor": "#F6F6F6",
  14. "backgroundTextStyle": "light",
  15. "navigationBarBackgroundColor": "#F6F6F6",
  16. "navigationBarTitleText": "汇很多",
  17. "navigationBarTextStyle": "black",
  18. "navigationStyle": "custom"
  19. },
  20. "permission": {
  21. "scope.userLocation": {
  22. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  23. }
  24. },
  25. "sitemapLocation": "sitemap.json",
  26. "style": "v2"
  27. }