pages.json 6.1 KB

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