app.json 654 B

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