pages.json 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "扫码处理业务",
  7. "navigationStyle": "custom"
  8. }
  9. },
  10. {
  11. "path": "pages/history/history",
  12. "style": {
  13. "navigationBarTitleText": "操作记录",
  14. "navigationStyle": "custom",
  15. "enablePullDownRefresh": true
  16. }
  17. },
  18. {
  19. "path": "pages/history/detail/detail",
  20. "style": {
  21. "navigationBarTitleText": "操作记录详情",
  22. "navigationStyle": "custom"
  23. }
  24. },
  25. {
  26. "path" : "pages/myCenter/myCenter",
  27. "style" :
  28. {
  29. "navigationBarTitleText": "我的",
  30. "navigationStyle": "custom",
  31. "enablePullDownRefresh": true
  32. }
  33. },
  34. {
  35. "path": "pages/login/index",
  36. "style": {
  37. "navigationBarTitleText": "登录",
  38. "navigationStyle": "custom"
  39. }
  40. },
  41. {
  42. "path": "pages/authorizedLogin/index",
  43. "style": {
  44. "navigationBarTitleText": "授权登录",
  45. "navigationStyle": "custom"
  46. }
  47. },
  48. {
  49. "path": "pages/service_agreement/service_agreement",
  50. "style": {
  51. "navigationStyle": "custom",
  52. "navigationBarTitleText": "隐私协议"
  53. }
  54. }
  55. ,{
  56. "path" : "pages/app_views/satisfaction_evaluation/satisfaction_evaluation",
  57. "style" :
  58. {
  59. "navigationBarTitleText": "满意度评价",
  60. "navigationStyle": "custom",
  61. "enablePullDownRefresh": false
  62. }
  63. }
  64. ,{
  65. "path" : "pages/app_views/safe_checked/safe_checked",
  66. "style" :
  67. {
  68. "navigationBarTitleText": "安全巡检",
  69. "navigationStyle": "custom",
  70. "enablePullDownRefresh": false
  71. }
  72. }
  73. ,{
  74. "path" : "pages/app_views/danger/submit/submit",
  75. "style" :
  76. {
  77. "navigationBarTitleText": "登记隐患",
  78. "navigationStyle": "custom",
  79. "enablePullDownRefresh": false
  80. }
  81. }
  82. ,{
  83. "path" : "pages/app_views/equipment_maintenance/equipment_maintenance",
  84. "style" :
  85. {
  86. "navigationBarTitleText": "设备保养",
  87. "navigationStyle": "custom",
  88. "enablePullDownRefresh": false
  89. }
  90. }
  91. ,{
  92. "path" : "pages/app_views/problem_feedback/problem_feedback",
  93. "style" :
  94. {
  95. "navigationBarTitleText": "问题反馈",
  96. "navigationStyle": "custom",
  97. "enablePullDownRefresh": false
  98. }
  99. }
  100. ,{
  101. "path" : "pages/app_views/danger/handle/handle",
  102. "style" :
  103. {
  104. "navigationBarTitleText": "隐患处理",
  105. "navigationStyle": "custom",
  106. "enablePullDownRefresh": false
  107. }
  108. }
  109. ,{
  110. "path" : "pages/app_views/checkList/index/index",
  111. "style" :
  112. {
  113. "navigationBarTitleText": "清单",
  114. "navigationStyle": "custom",
  115. "enablePullDownRefresh": false
  116. }
  117. }
  118. ,{
  119. "path" : "pages/app_views/checkList/form/form",
  120. "style" :
  121. {
  122. "navigationBarTitleText": "风险点巡检",
  123. "navigationStyle": "custom",
  124. "enablePullDownRefresh": false
  125. }
  126. }
  127. ,{
  128. "path" : "pages/app_views/hazard/index/index",
  129. "style" :
  130. {
  131. "navigationBarTitleText": "危险源清单",
  132. "navigationStyle": "custom",
  133. "enablePullDownRefresh": false
  134. }
  135. }
  136. ,{
  137. "path" : "pages/app_views/hazard/form/form",
  138. "style" :
  139. {
  140. "navigationBarTitleText": "清单检查",
  141. "navigationStyle": "custom",
  142. "enablePullDownRefresh": false
  143. }
  144. }
  145. ,{
  146. "path" : "pages/myCenter/profile/profile",
  147. "style" :
  148. {
  149. "navigationBarTitleText": "个人信息",
  150. "navigationStyle": "custom",
  151. "enablePullDownRefresh": false
  152. }
  153. }
  154. ,{
  155. "path" : "pages/task/task",
  156. "style" :
  157. {
  158. "navigationBarTitleText": "代办任务",
  159. "navigationStyle": "custom",
  160. "enablePullDownRefresh": true
  161. }
  162. }
  163. ,{
  164. "path" : "pages/danger/danger",
  165. "style" :
  166. {
  167. "navigationBarTitleText": "待处理隐患",
  168. "navigationStyle": "custom",
  169. "enablePullDownRefresh": true
  170. }
  171. }
  172. ,{
  173. "path" : "pages/app_views/problem_feedback/record/record",
  174. "style" :
  175. {
  176. "navigationBarTitleText": "问题反馈记录",
  177. "navigationStyle": "custom",
  178. "enablePullDownRefresh": false
  179. }
  180. }
  181. ,{
  182. "path" : "pages/app_views/problem_feedback/form/form",
  183. "style" :
  184. {
  185. "navigationBarTitleText": "反馈处理",
  186. "navigationStyle": "custom",
  187. "enablePullDownRefresh": false
  188. }
  189. }
  190. ,{
  191. "path" : "pages/app_views/checkList/detail/detail",
  192. "style" :
  193. {
  194. "navigationBarTitleText": "检查表详情",
  195. "navigationStyle": "custom",
  196. "enablePullDownRefresh": false
  197. }
  198. },
  199. {
  200. "path" : "pages/app_views/clockIn/index",
  201. "style" :
  202. {
  203. "navigationBarTitleText": "打卡签到",
  204. "navigationStyle": "custom",
  205. "enablePullDownRefresh": false
  206. }
  207. },
  208. {
  209. "path" : "pages/app_views/checkList/hazardRecord/hazardRecord",
  210. "style" :
  211. {
  212. "navigationBarTitleText" : "任务处理",
  213. "enablePullDownRefresh" : false
  214. }
  215. },
  216. {
  217. "path" : "pages/app_views/checkList/hazardRecord/form",
  218. "style" :
  219. {
  220. "navigationBarTitleText" : "任务处理",
  221. "enablePullDownRefresh" : false
  222. }
  223. },
  224. {
  225. "path" : "pages/app_views/hazard/detail/detail",
  226. "style" :
  227. {
  228. "navigationBarTitleText" : "危险源清单详情",
  229. "enablePullDownRefresh" : false
  230. }
  231. }
  232. ],
  233. "tabBar": {
  234. "color": "#7A7E83",
  235. "selectedColor": "#1296db",
  236. "borderStyle": "black",
  237. "backgroundColor": "#ffffff",
  238. "list": [{
  239. "pagePath": "pages/index/index",
  240. "iconPath": "static/tabbar/index.png",
  241. "selectedIconPath": "static/tabbar/indexEd.png",
  242. "text": "首页"
  243. }, {
  244. "pagePath": "pages/history/history",
  245. "iconPath": "static/tabbar/history.png",
  246. "selectedIconPath": "static/tabbar/historyEd.png",
  247. "text": "操作记录"
  248. }
  249. ]
  250. },
  251. "globalStyle": {
  252. "navigationBarTextStyle": "black",
  253. "navigationBarTitleText": "uni-app",
  254. "navigationBarBackgroundColor": "#F8F8F8",
  255. "backgroundColor": "#F8F8F8"
  256. },
  257. "permission": {
  258. "scope.userLocation": {
  259. "desc": "你的位置信息将用于打卡签到定位" // 打卡签到定位
  260. }
  261. },
  262. "uniIdRouter": {}
  263. }