app.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "pages": [
  3. "pages/Index/Home",
  4. "pages/Index/IntServ",
  5. "pages/Index/Mine",
  6. "pages/BaseTabBar/Home",
  7. "pages/BaseTabBar/IntServ",
  8. "pages/BaseTabBar/Mine",
  9. "pages/CareTabBar/Home",
  10. "pages/CareTabBar/IntServ",
  11. "pages/CareTabBar/Mine",
  12. "pages/ExternalLinks/Index"
  13. ],
  14. "subPackages": [
  15. {
  16. "root": "pagesBase",
  17. "pages": [
  18. "Write/ReportHiddenDanger",
  19. "Write/LivelihoodFacts",
  20. "Write/WeldingOperations",
  21. "Home/OperatingInstructions",
  22. "SafeVolunteer/Index",
  23. "Employ/Index",
  24. "Employ/View",
  25. "Notice/Index",
  26. "Notice/View",
  27. "Notice/HazardPublicity",
  28. "Order/List",
  29. "Order/View",
  30. "Order/EvaluateView",
  31. "MyReward/Index",
  32. "MyReward/Index_Temp",
  33. "GridmanReward/Index"
  34. ]
  35. },
  36. {
  37. "root": "pagesCare",
  38. "pages": [
  39. "Write/ReportHiddenDanger",
  40. "Write/LivelihoodFacts",
  41. "Write/WeldingOperations",
  42. "Home/OperatingInstructions",
  43. "SafeVolunteer/Index",
  44. "Employ/Index",
  45. "Employ/View",
  46. "Notice/Index",
  47. "Notice/View",
  48. "Notice/HazardPublicity",
  49. "Order/List",
  50. "Order/View",
  51. "Order/EvaluateView",
  52. "MyReward/Index",
  53. "MyReward/Index_Temp",
  54. "GridmanReward/Index"
  55. ]
  56. }
  57. ],
  58. "window": {
  59. "navigationBarTextStyle": "white",
  60. "navigationBarTitleText": "随手拍",
  61. "navigationBarBackgroundColor": "#3e6ffd",
  62. "backgroundColor": "#F8F8F8"
  63. },
  64. "tabBar": {
  65. "color": "#999999",
  66. "selectedColor": "#3e6ffd",
  67. "backgroundColor": "#FFFFFF",
  68. "list": [
  69. {
  70. "pagePath": "pages/Index/Home",
  71. "iconPath": "/static/img/common/ssp.png",
  72. "selectedIconPath": "/static/img/common/sspSel.png",
  73. "text": "随手拍"
  74. },
  75. {
  76. "pagePath": "pages/Index/IntServ",
  77. "iconPath": "/static/img/common/Notice.png",
  78. "selectedIconPath": "/static/img/common/NoticeSel.png",
  79. "text": "综合服务"
  80. },
  81. {
  82. "pagePath": "pages/Index/Mine",
  83. "iconPath": "/static/img/common/user.png",
  84. "selectedIconPath": "/static/img/common/userSel.png",
  85. "text": "个人中心"
  86. }
  87. ]
  88. },
  89. "permission": {
  90. "scope.userLocation": {
  91. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  92. }
  93. },
  94. "requiredPrivateInfos": [
  95. "getLocation",
  96. "chooseLocation"
  97. ],
  98. "plugins": {},
  99. "usingComponents": {}
  100. }