app.json 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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/cert/cert",
  13. "pages/oilPrice/oilPrice",
  14. "pages/legal/legal",
  15. "pages/legal/submitLegal/submitLegal",
  16. "pages/securityCheck/securityCheck",
  17. "pages/train/train"
  18. ],
  19. "requiredPrivateInfos": ["getLocation"],
  20. "window": {
  21. "backgroundColor": "#F6F6F6",
  22. "backgroundTextStyle": "light",
  23. "navigationBarBackgroundColor": "#F6F6F6",
  24. "navigationBarTitleText": "汇很多",
  25. "navigationBarTextStyle": "black",
  26. "pageOrientation": "portrait"
  27. },
  28. "tabBar": {
  29. "selectedColor": "#1195db",
  30. "color": "#8a8a8a",
  31. "list": [
  32. {
  33. "pagePath": "pages/takePhoto/takePhoto",
  34. "text": "随身拍",
  35. "selectedIconPath": "./images/tabs/camera-.png",
  36. "iconPath": "./images/tabs/camera.png"
  37. },
  38. {
  39. "pagePath": "pages/cert/cert",
  40. "text": "证书办理",
  41. "selectedIconPath": "./images/tabs/cert-.png",
  42. "iconPath": "./images/tabs/cert.png"
  43. },
  44. {
  45. "pagePath": "pages/oilPrice/oilPrice",
  46. "text": "油价查询",
  47. "selectedIconPath": "./images/tabs/oilPrice-.png",
  48. "iconPath": "./images/tabs/oilPrice.png"
  49. },
  50. {
  51. "pagePath": "pages/legal/legal",
  52. "text": "法律援助",
  53. "selectedIconPath": "./images/tabs/legal-.png",
  54. "iconPath": "./images/tabs/legal.png"
  55. },
  56. {
  57. "pagePath": "pages/securityCheck/securityCheck",
  58. "text": "海事安检",
  59. "selectedIconPath": "./images/tabs/check-.png",
  60. "iconPath": "./images/tabs/check.png"
  61. }
  62. ]
  63. },
  64. "permission": {
  65. "scope.userLocation": {
  66. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  67. }
  68. },
  69. "lazyCodeLoading": "requiredComponents",
  70. "sitemapLocation": "sitemap.json",
  71. "style": "v2",
  72. "cache": [
  73. {
  74. "pagePath": "pages/takePhoto/takePhoto",
  75. "text": "随身拍",
  76. "selectedIconPath": "./images/tabs/camera-.png",
  77. "iconPath": "./images/tabs/camera.png"
  78. },
  79. {
  80. "pagePath": "pages/maritime/maritime",
  81. "text": "海事",
  82. "selectedIconPath": "./images/tabs/ship-.png",
  83. "iconPath": "./images/tabs/ship.png"
  84. },
  85. {
  86. "pagePath": "pages/securityCheck/securityCheck",
  87. "text": "海事安检",
  88. "selectedIconPath": "./images/tabs/check-.png",
  89. "iconPath": "./images/tabs/check.png"
  90. },
  91. {
  92. "pagePath": "pages/train/train",
  93. "text": "培训",
  94. "selectedIconPath": "./images/tabs/train-.png",
  95. "iconPath": "./images/tabs/train.png"
  96. }
  97. ]
  98. }