app.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  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. "custom": true,
  30. "selectedColor": "#1195db",
  31. "color": "#8a8a8a",
  32. "list": [
  33. {
  34. "pagePath": "pages/takePhoto/takePhoto",
  35. "text": "随身拍",
  36. "selectedIconPath": "./images/tabs/camera-.png",
  37. "iconPath": "./images/tabs/camera.png"
  38. },
  39. {
  40. "pagePath": "pages/cert/cert",
  41. "text": "证书办理",
  42. "selectedIconPath": "./images/tabs/cert-.png",
  43. "iconPath": "./images/tabs/cert.png"
  44. },
  45. {
  46. "pagePath": "pages/oilPrice/oilPrice",
  47. "text": "油价查询",
  48. "selectedIconPath": "./images/tabs/oilPrice-.png",
  49. "iconPath": "./images/tabs/oilPrice.png"
  50. },
  51. {
  52. "pagePath": "pages/legal/legal",
  53. "text": "法律援助",
  54. "selectedIconPath": "./images/tabs/legal-.png",
  55. "iconPath": "./images/tabs/legal.png"
  56. },
  57. {
  58. "pagePath": "pages/maritime/maritime",
  59. "text": "海事公告",
  60. "selectedIconPath": "./images/tabs/ship-.png",
  61. "iconPath": "./images/tabs/ship.png"
  62. },
  63. {
  64. "pagePath": "pages/securityCheck/securityCheck",
  65. "text": "海事安检",
  66. "selectedIconPath": "./images/tabs/check-.png",
  67. "iconPath": "./images/tabs/check.png"
  68. }
  69. ]
  70. },
  71. "permission": {
  72. "scope.userLocation": {
  73. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  74. }
  75. },
  76. "lazyCodeLoading": "requiredComponents",
  77. "sitemapLocation": "sitemap.json",
  78. "style": "v2",
  79. "cache": [
  80. {
  81. "pagePath": "pages/takePhoto/takePhoto",
  82. "text": "随身拍",
  83. "selectedIconPath": "./images/tabs/camera-.png",
  84. "iconPath": "./images/tabs/camera.png"
  85. },
  86. {
  87. "pagePath": "pages/maritime/maritime",
  88. "text": "海事",
  89. "selectedIconPath": "./images/tabs/ship-.png",
  90. "iconPath": "./images/tabs/ship.png"
  91. },
  92. {
  93. "pagePath": "pages/securityCheck/securityCheck",
  94. "text": "海事安检",
  95. "selectedIconPath": "./images/tabs/check-.png",
  96. "iconPath": "./images/tabs/check.png"
  97. },
  98. {
  99. "pagePath": "pages/train/train",
  100. "text": "培训",
  101. "selectedIconPath": "./images/tabs/train-.png",
  102. "iconPath": "./images/tabs/train.png"
  103. }
  104. ]
  105. }