pages.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/login/index",
  5. "style": {
  6. "navigationBarTitleText": "企业数字应用平台"
  7. }
  8. },
  9. {
  10. "path": "pages/index/index",
  11. "style": {
  12. "navigationBarTitleText": "首页"
  13. }
  14. },
  15. {
  16. "path": "pages/mine/index",
  17. "style": {
  18. "navigationBarTitleText": "我的"
  19. }
  20. }
  21. ],
  22. "subPackages": [{
  23. "root": "subPackages",
  24. "pages": [{
  25. "path": "equipment/condition",
  26. "style": {
  27. "navigationBarTitleText": "设备运行情况"
  28. }
  29. }, {
  30. "path": "equipment/run",
  31. "style": {
  32. "navigationBarTitleText": "设备运行情况"
  33. }
  34. },
  35. {
  36. "path": "equipment/single",
  37. "style": {
  38. "navigationBarTitleText": "单一设备"
  39. }
  40. },
  41. {
  42. "path": "equipment/detail",
  43. "style": {
  44. "navigationBarTitleText": "设备详情"
  45. }
  46. },
  47. {
  48. "path": "fault/index",
  49. "style": {
  50. "navigationBarTitleText": "故障处理"
  51. }
  52. },
  53. {
  54. "path": "shutdown/index",
  55. "style": {
  56. "navigationBarTitleText": "停机维护"
  57. }
  58. },
  59. {
  60. "path": "repair/index",
  61. "style": {
  62. "navigationBarTitleText": "设备报修"
  63. }
  64. },
  65. {
  66. "path": "repair/add",
  67. "style": {
  68. "navigationBarTitleText": "新增报修"
  69. }
  70. },
  71. {
  72. "path": "repair/detail",
  73. "style": {
  74. "navigationBarTitleText": "报修详情"
  75. }
  76. },
  77. {
  78. "path": "repair/service",
  79. "style": {
  80. "navigationBarTitleText": "设备维修"
  81. }
  82. },
  83. {
  84. "path": "repair/finish",
  85. "style": {
  86. "navigationBarTitleText": "完工"
  87. }
  88. },
  89. {
  90. "path": "mould/index",
  91. "style": {
  92. "navigationBarTitleText": "换模换产"
  93. }
  94. },
  95. {
  96. "path": "mould/edit",
  97. "style": {
  98. "navigationBarTitleText": "换模"
  99. }
  100. },
  101. {
  102. "path": "work/index",
  103. "style": {
  104. "navigationBarTitleText": "上下班"
  105. }
  106. },
  107. {
  108. "path": "work/add",
  109. "style": {
  110. "navigationBarTitleText": "新增上班信息"
  111. }
  112. },
  113. {
  114. "path": "work/qrcode",
  115. "style": {
  116. "navigationBarTitleText": "扫码"
  117. }
  118. },
  119. {
  120. "path": "work/executableworkorder",
  121. "style": {
  122. "navigationBarTitleText": "可执行工单"
  123. }
  124. },
  125. {
  126. "path": "work/workorder",
  127. "style": {
  128. "navigationBarTitleText": "工单执行"
  129. }
  130. },
  131. {
  132. "path": "work/workreport",
  133. "style": {
  134. "navigationBarTitleText": "报工"
  135. }
  136. },
  137. {
  138. "path": "sawing/index",
  139. "style": {
  140. "navigationBarTitleText": "锯断数据"
  141. }
  142. },
  143. {
  144. "path": "sawing/add",
  145. "style": {
  146. "navigationBarTitleText": "新增锯断数据"
  147. }
  148. },
  149. {
  150. "path": "workorder/index",
  151. "style": {
  152. "navigationBarTitleText": "工单管理"
  153. }
  154. },
  155. {
  156. "path": "workorder/details",
  157. "style": {
  158. "navigationBarTitleText": "工单管理"
  159. }
  160. },
  161. {
  162. "path": "qualityinspection/index",
  163. "style": {
  164. "navigationBarTitleText": "产品质检"
  165. }
  166. },
  167. {
  168. "path": "qualityinspection/details",
  169. "style": {
  170. "navigationBarTitleText": "产品质检"
  171. }
  172. }
  173. ,{
  174. "path" : "manualdeclaration/index",
  175. "style" :
  176. {
  177. "navigationBarTitleText": "手动报单",
  178. "enablePullDownRefresh": false
  179. }
  180. }
  181. ]
  182. }],
  183. "globalStyle": {
  184. "navigationStyle": "custom",
  185. "navigationBarTextStyle": "black",
  186. "navigationBarTitleText": "uni-app",
  187. "navigationBarBackgroundColor": "#F8F8F8",
  188. "backgroundColor": "#F8F8F8"
  189. },
  190. "uniIdRouter": {},
  191. "tabBar": {
  192. "color": "#7A7E83",
  193. "selectedColor": "#43adfd",
  194. "borderStyle": "black",
  195. "backgroundColor": "#ffffff",
  196. "list": [{
  197. "pagePath": "pages/index/index",
  198. "iconPath": "static/ic_tab_home.png",
  199. "selectedIconPath": "static/ic_tab_home_selected.png",
  200. "text": "首页"
  201. }, {
  202. "pagePath": "pages/mine/index",
  203. "iconPath": "static/ic_tab_mine.png",
  204. "selectedIconPath": "static/ic_tab_mine_selected.png",
  205. "text": "我的"
  206. }]
  207. }
  208. }