pages.json 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/login/login",
  5. "style": {
  6. "navigationBarTitleText": "",
  7. "enablePullDownRefresh": false
  8. }
  9. },
  10. {
  11. "path": "pages/operator/operator",
  12. "style": {
  13. "navigationBarTitleText": "运营商管理",
  14. "enablePullDownRefresh": false
  15. }
  16. },
  17. {
  18. "path": "pages/operator/operatorInfo/operatorInfo",
  19. "style": {
  20. "navigationBarTitleText": "运营商管理详情",
  21. "enablePullDownRefresh": false
  22. }
  23. },
  24. {
  25. "path": "pages/device/device",
  26. "style": {
  27. "navigationBarTitleText": "设备列表",
  28. "enablePullDownRefresh": false
  29. }
  30. },
  31. {
  32. "path": "pages/device/deviceInfo/deviceInfo",
  33. "style": {
  34. "navigationBarTitleText": "菜单",
  35. "enablePullDownRefresh": false
  36. }
  37. },
  38. {
  39. "path": "pages/staticProject/staticProject",
  40. "style": {
  41. "navigationBarTitleText": "项目管理详情",
  42. "enablePullDownRefresh": false
  43. }
  44. },
  45. {
  46. "path": "pages/project/project",
  47. "style": {
  48. "navigationBarTitleText": "项目管理",
  49. "enablePullDownRefresh": false
  50. }
  51. },
  52. {
  53. "path": "pages/project/projectInfo/projectInfo",
  54. "style": {
  55. "navigationBarTitleText": "项目管理详情",
  56. "enablePullDownRefresh": false
  57. }
  58. },
  59. {
  60. "path": "pages/alarm/alarm",
  61. "style": {
  62. "navigationBarTitleText": "报警管理",
  63. "enablePullDownRefresh": false
  64. }
  65. },
  66. {
  67. "path": "pages/operatorLog/operatorLog",
  68. "style": {
  69. "navigationBarTitleText": "操作日志",
  70. "enablePullDownRefresh": false
  71. }
  72. },
  73. {
  74. "path": "pages/systemSet/systemSet",
  75. "style": {
  76. "navigationBarTitleText": "系统设置",
  77. "enablePullDownRefresh": false
  78. }
  79. },
  80. {
  81. "path": "pages/error/error",
  82. "style": {
  83. "navigationBarTitleText": "找不到页面",
  84. "enablePullDownRefresh": false
  85. }
  86. }
  87. , {
  88. "path": "pages/parameterSetting/parameterSetting",
  89. "style": {
  90. "navigationBarTitleText": "参数设置",
  91. "enablePullDownRefresh": false
  92. }
  93. }, {
  94. "path": "pages/systemParameter/systemParameter",
  95. "style": {
  96. "navigationBarTitleText": "系统参数",
  97. "enablePullDownRefresh": false
  98. }
  99. }, {
  100. "path": "pages/alarmRecord/alarmRecord",
  101. "style": {
  102. "navigationBarTitleText": "报警记录",
  103. "enablePullDownRefresh": false
  104. }
  105. }, {
  106. "path": "pages/maintenanceRecord/maintenanceRecord",
  107. "style": {
  108. "navigationBarTitleText": "维保记录",
  109. "enablePullDownRefresh": false
  110. }
  111. }, {
  112. "path": "pages/user/user",
  113. "style": {
  114. "navigationBarTitleText": "用户管理",
  115. "enablePullDownRefresh": false
  116. }
  117. }, {
  118. "path": "pages/rolePower/rolePower",
  119. "style": {
  120. "navigationBarTitleText": "角色管理",
  121. "enablePullDownRefresh": false
  122. }
  123. }, {
  124. "path": "pages/roleShowPower/roleShowPower",
  125. "style": {
  126. "navigationBarTitleText": "角色权限管理",
  127. "enablePullDownRefresh": false
  128. }
  129. }, {
  130. "path": "pages/runningState/runningState",
  131. "style": {
  132. "navigationBarTitleText": "运行状态",
  133. "enablePullDownRefresh": false
  134. }
  135. }, {
  136. "path": "pages/dataCurve/dataCurve",
  137. "style": {
  138. "navigationBarTitleText": "数据曲线",
  139. "enablePullDownRefresh": false
  140. }
  141. }, {
  142. "path": "pages/power/power",
  143. "style": {
  144. "navigationBarTitleText": "权限管理",
  145. "enablePullDownRefresh": false
  146. }
  147. }, {
  148. "path": "pages/project/projectEdit/projectEdit",
  149. "style": {
  150. "navigationBarTitleText": "修改用户",
  151. "enablePullDownRefresh": false
  152. }
  153. }
  154. ],
  155. "globalStyle": {
  156. "navigationBarTextStyle": "black",
  157. "navigationBarTitleText": "uni-app",
  158. "navigationBarBackgroundColor": "#F8F8F8",
  159. "backgroundColor": "#F8F8F8"
  160. },
  161. "tabBar": {
  162. "color": "#7A7E83",
  163. "selectedColor": "#3cc51f",
  164. "borderStyle": "black",
  165. "backgroundColor": "#ffffff",
  166. "list": [{
  167. "pagePath": "pages/operator/operator", //首页
  168. "iconPath": "static/底部按钮/项目管理@2x.png",
  169. "selectedIconPath": "static/底部按钮/项目管理@2x.png",
  170. "text": "运营商管理"
  171. }, {
  172. "pagePath": "pages/project/project",
  173. "iconPath": "static/底部按钮/项目管理@2x.png",
  174. "selectedIconPath": "static/底部按钮/项目管理@2x.png",
  175. "text": "项目管理"
  176. }, {
  177. "pagePath": "pages/alarm/alarm",
  178. "iconPath": "static/底部按钮/报警管理@2x.png",
  179. "selectedIconPath": "static/底部按钮/报警管理@2x.png",
  180. "text": "报警管理"
  181. }, {
  182. "pagePath": "pages/operatorLog/operatorLog",
  183. "iconPath": "static/底部按钮/操作日志@2x.png",
  184. "selectedIconPath": "static/底部按钮/操作日志@2x.png",
  185. "text": "操作日志"
  186. }, {
  187. "pagePath": "pages/systemSet/systemSet",
  188. "iconPath": "static/底部按钮/系统设置@2x.png",
  189. "selectedIconPath": "static/底部按钮/系统设置@2x.png",
  190. "text": "系统设置"
  191. }]
  192. },
  193. "uniIdRouter": {}
  194. }