pages.json 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  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. "globalStyle": {
  150. "navigationStyle": "custom",
  151. "navigationBarTextStyle": "black",
  152. "navigationBarTitleText": "智慧工程",
  153. "navigationBarBackgroundColor": "#FFFFFF",
  154. "backgroundColor": "#EFEFF4"
  155. },
  156. "tabBar": {
  157. "color": "#8E8E93",
  158. "selectedColor": "#554D84",
  159. "backgroundColor": "#FFFFFF",
  160. "borderStyle": "black",
  161. "list": [
  162. {
  163. "text": "应用主页",
  164. "pagePath": "pages/index/index",
  165. "iconPath": "static/tabbar/home.png",
  166. "selectedIconPath": "static/tabbar/home_select.png"
  167. },
  168. {
  169. "text": "任务消息",
  170. "pagePath": "pages/task/index",
  171. "iconPath": "static/tabbar/news.png",
  172. "selectedIconPath": "static/tabbar/news_select.png"
  173. },
  174. {
  175. "text": "我的",
  176. "pagePath": "pages/my/index",
  177. "iconPath": "static/tabbar/my.png",
  178. "selectedIconPath": "static/tabbar/my_select.png"
  179. }
  180. ]
  181. },
  182. "uniIdRouter": {}
  183. }