app.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/takePhoto/takePhoto",
  5. "pages/takePhoto/success/success",
  6. "pages/share/share",
  7. "pages/newCachePage/newCachePage",
  8. "pages/takeBill/takeBill",
  9. "pages/takeBill/success/success",
  10. "pages/takeBill/canvas/canvas",
  11. "pages/maritime/maritime",
  12. "pages/securityCheck/securityCheck",
  13. "pages/train/train"
  14. ],
  15. "requiredPrivateInfos": ["getLocation"],
  16. "window": {
  17. "backgroundColor": "#F6F6F6",
  18. "backgroundTextStyle": "light",
  19. "navigationBarBackgroundColor": "#F6F6F6",
  20. "navigationBarTitleText": "汇很多",
  21. "navigationBarTextStyle": "black",
  22. "navigationStyle": "custom",
  23. "pageOrientation": "portrait"
  24. },
  25. "tabBar": {
  26. "list": [{
  27. "pagePath": "pages/index/index",
  28. "text": "拍照"
  29. },
  30. {
  31. "pagePath": "pages/maritime/maritime",
  32. "text": "海事"
  33. },
  34. {
  35. "pagePath": "pages/securityCheck/securityCheck",
  36. "text": "安检"
  37. },
  38. {
  39. "pagePath": "pages/train/train",
  40. "text": "培训"
  41. }
  42. ]
  43. },
  44. "permission": {
  45. "scope.userLocation": {
  46. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  47. }
  48. },
  49. "sitemapLocation": "sitemap.json",
  50. "style": "v2"
  51. }