pages.json 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/Index/Home",
  5. "style": {
  6. "navigationBarTitleText": "自贡随手拍",
  7. "navigationBarTextStyle": "black",
  8. "navigationBarBackgroundColor": "#ffffff"
  9. }
  10. }, {
  11. "path": "pages/Index/IntServ",
  12. "style": {
  13. "navigationBarTitleText": "综合服务"
  14. }
  15. }, {
  16. "path": "pages/Index/Mine",
  17. "style": {
  18. "navigationBarTitleText": "个人中心"
  19. }
  20. }, {
  21. "path": "pages/BaseTabBar/Home",
  22. "style": {
  23. "navigationStyle": "custom"
  24. }
  25. }, {
  26. "path": "pages/BaseTabBar/IntServ",
  27. "style": {
  28. "navigationStyle": "custom"
  29. }
  30. }, {
  31. "path": "pages/BaseTabBar/Mine",
  32. "style": {
  33. "navigationStyle": "custom"
  34. }
  35. }, {
  36. "path": "pages/CareTabBar/Home",
  37. "style": {
  38. "navigationStyle": "custom"
  39. }
  40. }, {
  41. "path": "pages/CareTabBar/IntServ",
  42. "style": {
  43. "navigationStyle": "custom"
  44. }
  45. }, {
  46. "path": "pages/CareTabBar/Mine",
  47. "style": {
  48. "navigationStyle": "custom"
  49. }
  50. }, {
  51. "path": "pages/ExternalLinks/Index"
  52. }
  53. ],
  54. "subPackages": [
  55. {
  56. "root": "pagesBase",
  57. "pages": [
  58. {
  59. "path": "Write/ReportHiddenDanger",
  60. "style": {
  61. "navigationBarTitleText": "线索上报",
  62. "navigationBarTextStyle": "black",
  63. "navigationBarBackgroundColor": "#ffffff"
  64. }
  65. }, {
  66. "path": "Write/LivelihoodFacts",
  67. "style": {
  68. "navigationBarTitleText": "线索上报",
  69. "navigationBarTextStyle": "black",
  70. "navigationBarBackgroundColor": "#ffffff"
  71. }
  72. }, {
  73. "path": "Write/WeldingOperations",
  74. "style": {
  75. "navigationBarTitleText": "作业申报",
  76. "navigationBarTextStyle": "black",
  77. "navigationBarBackgroundColor": "#ffffff"
  78. }
  79. }, {
  80. "path": "Home/OperatingInstructions",
  81. "style": {
  82. "navigationBarTitleText": "操作指引"
  83. }
  84. }, {
  85. "path": "SafeVolunteer/Index",
  86. "style": {
  87. "navigationBarTitleText": "安全志愿服务",
  88. "navigationBarTextStyle": "black",
  89. "navigationBarBackgroundColor": "#ffffff"
  90. }
  91. }, {
  92. "path": "Employ/Index",
  93. "style": {
  94. "navigationBarTitleText": "用工服务人员信息"
  95. }
  96. }, {
  97. "path": "Employ/View",
  98. "style": {
  99. "navigationBarTitleText": "详细信息"
  100. }
  101. }, {
  102. "path": "Notice/Index",
  103. "style": {
  104. "navigationBarTitleText": "宣传学习"
  105. }
  106. }, {
  107. "path": "Notice/View",
  108. "style": {
  109. "navigationBarTitleText": "详情"
  110. }
  111. }, {
  112. "path" : "Notice/HazardPublicity",
  113. "style": {
  114. "navigationBarTitleText": "线索公示"
  115. }
  116. }, {
  117. "path": "Order/List",
  118. "style": {
  119. "navigationBarTitleText": "我提交的线索"
  120. }
  121. }, {
  122. "path": "Order/View",
  123. "style": {
  124. "navigationBarTitleText": "线索详情"
  125. }
  126. }, {
  127. "path" : "Order/EvaluateView",
  128. "style": {
  129. "navigationBarTitleText": "满意度评价"
  130. }
  131. }, {
  132. "path" : "MyReward/Index",
  133. "style": {
  134. "navigationStyle": "custom"
  135. }
  136. }, {
  137. "path" : "MyReward/Index_Temp",
  138. "style": {
  139. "navigationStyle": "custom"
  140. }
  141. }, {
  142. "path": "GridmanReward/Index",
  143. "style": {
  144. "navigationStyle": "custom"
  145. }
  146. }
  147. ]
  148. }, {
  149. "root": "pagesCare",
  150. "pages": [
  151. {
  152. "path": "Write/ReportHiddenDanger",
  153. "style": {
  154. "navigationBarTitleText": "线索上报",
  155. "navigationBarTextStyle": "black",
  156. "navigationBarBackgroundColor": "#ffffff"
  157. }
  158. }, {
  159. "path": "Write/LivelihoodFacts",
  160. "style": {
  161. "navigationBarTitleText": "线索上报",
  162. "navigationBarTextStyle": "black",
  163. "navigationBarBackgroundColor": "#ffffff"
  164. }
  165. }, {
  166. "path": "Write/WeldingOperations",
  167. "style": {
  168. "navigationBarTitleText": "作业申报",
  169. "navigationBarTextStyle": "black",
  170. "navigationBarBackgroundColor": "#ffffff"
  171. }
  172. }, {
  173. "path": "Home/OperatingInstructions",
  174. "style": {
  175. "navigationBarTitleText": "操作指引"
  176. }
  177. }, {
  178. "path": "SafeVolunteer/Index",
  179. "style": {
  180. "navigationBarTitleText": "安全志愿服务",
  181. "navigationBarTextStyle": "black",
  182. "navigationBarBackgroundColor": "#ffffff"
  183. }
  184. }, {
  185. "path": "Employ/Index",
  186. "style": {
  187. "navigationBarTitleText": "用工服务人员信息"
  188. }
  189. }, {
  190. "path": "Employ/View",
  191. "style": {
  192. "navigationBarTitleText": "详细信息"
  193. }
  194. }, {
  195. "path": "Notice/Index",
  196. "style": {
  197. "navigationBarTitleText": "宣传学习"
  198. }
  199. }, {
  200. "path": "Notice/View",
  201. "style": {
  202. "navigationBarTitleText": "详情"
  203. }
  204. }, {
  205. "path" : "Notice/HazardPublicity",
  206. "style": {
  207. "navigationBarTitleText": "线索公示"
  208. }
  209. }, {
  210. "path": "Order/List",
  211. "style": {
  212. "navigationBarTitleText": "我提交的线索"
  213. }
  214. }, {
  215. "path": "Order/View",
  216. "style": {
  217. "navigationBarTitleText": "线索详情"
  218. }
  219. }, {
  220. "path" : "Order/EvaluateView",
  221. "style": {
  222. "navigationBarTitleText": "满意度评价"
  223. }
  224. }, {
  225. "path" : "MyReward/Index",
  226. "style": {
  227. "navigationStyle": "custom"
  228. }
  229. }, {
  230. "path" : "MyReward/Index_Temp",
  231. "style": {
  232. "navigationStyle": "custom"
  233. }
  234. }, {
  235. "path": "GridmanReward/Index",
  236. "style": {
  237. "navigationStyle": "custom"
  238. }
  239. }
  240. ]
  241. }
  242. ],
  243. // "preloadRule": {
  244. // "pages/Index/Home": {
  245. // "network": "all",
  246. // "packages": ["pageImg"]
  247. // },
  248. // "pages/Index/IntServ": {
  249. // "network": "all",
  250. // "packages": ["pageImg"]
  251. // },
  252. // "pages/Index/Mine": {
  253. // "network": "all",
  254. // "packages": ["pageImg"]
  255. // }
  256. // },
  257. "globalStyle": {
  258. "navigationBarTextStyle": "white",
  259. "navigationBarTitleText": "随手拍",
  260. "navigationBarBackgroundColor": "#3e6ffd",
  261. "backgroundColor": "#F8F8F8"
  262. },
  263. "tabBar": {
  264. "color": "#999999",
  265. "selectedColor": "#3e6ffd",
  266. "backgroundColor": "#FFFFFF",
  267. "list": [{
  268. "pagePath": "pages/Index/Home",
  269. "iconPath": "/static/img/common/ssp.png",
  270. "selectedIconPath": "/static/img/common/sspSel.png",
  271. "text": "随手拍"
  272. },
  273. {
  274. "pagePath": "pages/Index/IntServ",
  275. "iconPath": "/static/img/common/Notice.png",
  276. "selectedIconPath": "/static/img/common/NoticeSel.png",
  277. "text": "综合服务"
  278. }, {
  279. "pagePath": "pages/Index/Mine",
  280. "iconPath": "/static/img/common/user.png",
  281. "selectedIconPath": "/static/img/common/userSel.png",
  282. "text": "个人中心"
  283. }]
  284. }
  285. }