pages.json 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. {
  2. "pages": [
  3. {"path": "pages/guide/load"},
  4. {"path": "pages/guide/guide"},
  5. {"path": "pages/login/login"},
  6. {"path": "pages/index/index"},
  7. {
  8. "path": "pages/data-fill/index",
  9. "style": {
  10. "navigationBarTitleText": "资料填报"
  11. }
  12. },
  13. {"path": "pages/data-fill/treeData"},
  14. {"path": "pages/data-fill/dataTable"},
  15. {
  16. "path": "pages/data-fill/editTable",
  17. "style": {
  18. "navigationBarTitleText": "填写表单",
  19. "navigationStyle": "default",
  20. "app-plus": {
  21. "popGesture": "none" // 禁用侧滑
  22. }
  23. }
  24. },
  25. {
  26. "path": "pages/data-fill/fileUp",
  27. "style": {
  28. "navigationBarTitleText": "文件上传",
  29. "navigationStyle": "default"
  30. }
  31. },
  32. {
  33. "path": "pages/index/preview",
  34. "style": {
  35. "navigationBarTitleText": "PDF预览",
  36. "navigationStyle": "default",
  37. "app-plus": {
  38. "popGesture": "none" // 禁用侧滑
  39. }
  40. }
  41. },
  42. {
  43. "path": "pages/ledger/index",
  44. "style": {
  45. "navigationBarTitleText": "日志填报",
  46. "navigationStyle": "default"
  47. }
  48. },
  49. {
  50. "path": "pages/ledger/editTable",
  51. "style": {
  52. "app-plus": {
  53. "popGesture": "none" // 禁用侧滑
  54. }
  55. }
  56. },
  57. {
  58. "path": "pages/ledger/linkTab",
  59. "style": {
  60. "navigationBarTitleText": "关联工序"
  61. }
  62. },
  63. {
  64. "path": "pages/ledger/copyTime",
  65. "style": {
  66. "navigationBarTitleText": "复制任意时间表格及内容",
  67. "navigationStyle": "default"
  68. }
  69. },
  70. {
  71. "path": "pages/image/index",
  72. "style": {
  73. "navigationBarTitleText": "声像资料",
  74. "navigationStyle": "default"
  75. }
  76. },
  77. {
  78. "path": "pages/image/position",
  79. "style": {
  80. "navigationBarTitleText": "声像资料"
  81. }
  82. },
  83. {
  84. "path": "pages/image/view",
  85. "style": {
  86. "navigationBarTitleText": "查看声像文件"
  87. }
  88. },
  89. {
  90. "path": "pages/image/info",
  91. "style": {
  92. "navigationBarTitleText": "声像资料详情"
  93. }
  94. },
  95. {
  96. "path": "pages/image/form",
  97. "style": {
  98. "navigationBarTitleText": "声像资料数据",
  99. "navigationStyle": "default"
  100. }
  101. },
  102. {"path": "pages/task/index"},
  103. {
  104. "path": "pages/task/detail",
  105. "style": {
  106. "navigationBarTitleText": "审批任务",
  107. "navigationStyle": "default"
  108. }
  109. },
  110. {
  111. "path": "pages/report/report",
  112. "style": {
  113. "navigationBarTitleText": "上报审批",
  114. "navigationStyle": "default"
  115. }
  116. },
  117. {
  118. "path": "pages/report/tasks-user",
  119. "style": {
  120. "navigationBarTitleText": "选择任务人",
  121. "navigationStyle": "default"
  122. }
  123. },
  124. {"path": "pages/my/index"},
  125. {"path": "pages/my/project"},
  126. {"path": "pages/my/record"},
  127. {
  128. "path": "pages/my/info",
  129. "style": {
  130. "navigationBarTitleText": "个人资料",
  131. "navigationStyle": "default"
  132. }
  133. },
  134. {
  135. "path": "pages/my/explain",
  136. "style": {
  137. "navigationBarTitleText": "相关资料",
  138. "navigationStyle": "default"
  139. }
  140. },
  141. {
  142. "path": "pages/my/customer",
  143. "style": {
  144. "navigationBarTitleText": "客服消息",
  145. "navigationStyle": "default"
  146. }
  147. },
  148. {
  149. "path": "pages/my/config",
  150. "style": {
  151. "navigationBarTitleText": "应用设置",
  152. "navigationStyle": "default"
  153. }
  154. },
  155. {
  156. "path": "pages/work-order/index",
  157. "style": {
  158. "navigationBarTitleText": "消息动态圈"
  159. }
  160. },
  161. {
  162. "path": "pages/work-order/add",
  163. "style": {
  164. "navigationBarTitleText": "发起工单动态",
  165. "navigationStyle": "default"
  166. }
  167. }
  168. ],
  169. "globalStyle": {
  170. "navigationStyle": "custom",
  171. "navigationBarTextStyle": "black",
  172. "navigationBarTitleText": "智慧工程",
  173. "navigationBarBackgroundColor": "#FFFFFF",
  174. "backgroundColor": "#EFEFF4"
  175. },
  176. "tabBar": {
  177. "color": "#8E8E93",
  178. "selectedColor": "#554D84",
  179. "backgroundColor": "#FFFFFF",
  180. "borderStyle": "black",
  181. "list": [
  182. {
  183. "text": "应用主页",
  184. "pagePath": "pages/index/index",
  185. "iconPath": "static/tabbar/home.png",
  186. "selectedIconPath": "static/tabbar/home_select.png"
  187. },
  188. {
  189. "text": "任务消息",
  190. "pagePath": "pages/task/index",
  191. "iconPath": "static/tabbar/news.png",
  192. "selectedIconPath": "static/tabbar/news_select.png"
  193. },
  194. {
  195. "text": "我的",
  196. "pagePath": "pages/my/index",
  197. "iconPath": "static/tabbar/my.png",
  198. "selectedIconPath": "static/tabbar/my_select.png"
  199. }
  200. ]
  201. },
  202. "uniIdRouter": {}
  203. }