pages.json 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/login/login",
  5. "style": {
  6. "navigationBarTitleText": "",
  7. "enablePullDownRefresh": false
  8. }
  9. },
  10. {
  11. "path": "pages/login/forget",
  12. "style": {
  13. "navigationBarTitleText": "",
  14. "enablePullDownRefresh": false
  15. }
  16. }, {
  17. "path": "pages/login/register",
  18. "style": {
  19. "navigationBarTitleText": "",
  20. "enablePullDownRefresh": false
  21. }
  22. },
  23. {
  24. "path": "pages/index/index",
  25. "style": {
  26. "navigationBarTitleText": "首页"
  27. }
  28. },
  29. // {
  30. // "path": "pages/equipment/equipment",
  31. // "style": {
  32. // "navigationBarTitleText": "设备"
  33. // }
  34. // },
  35. {
  36. "path": "pages/Workorder/Workorder",
  37. "style": {
  38. "navigationBarTitleText": "工作台"
  39. }
  40. },
  41. // {
  42. // "path": "pages/Energyconsumption/Energyconsumption",
  43. // "style": {
  44. // "navigationBarTitleText": "能耗"
  45. // }
  46. // },
  47. {
  48. "path": "pages/my/my",
  49. "style": {
  50. "navigationBarTitleText": "我的"
  51. }
  52. }
  53. ,{
  54. "path" : "pages/my/Personalinformation/Personalinformation",
  55. "style" :
  56. {
  57. "navigationBarTitleText": "个人信息",
  58. "enablePullDownRefresh": false
  59. }
  60. }
  61. ,{
  62. "path" : "pages/my/Mydistribution/Mydistribution",
  63. "style" :
  64. {
  65. "navigationBarTitleText": "我的派发",
  66. "enablePullDownRefresh": false
  67. }
  68. }
  69. ,{
  70. "path" : "pages/my/Mytask/Mytask",
  71. "style" :
  72. {
  73. "navigationBarTitleText": "我的任务",
  74. "enablePullDownRefresh": false
  75. }
  76. }
  77. ,{
  78. "path" : "pages/my/Commentssuggestions/Commentssuggestions",
  79. "style" :
  80. {
  81. "navigationBarTitleText": "意见建议",
  82. "enablePullDownRefresh": false
  83. }
  84. }
  85. ,{
  86. "path" : "pages/my/Personalinformation/Informationmodification/Informationmodification",
  87. "style" :
  88. {
  89. "navigationBarTitleText": "个人信息修改",
  90. "enablePullDownRefresh": false
  91. }
  92. }
  93. ,{
  94. "path" : "pages/my/Changepassword/Changepassword",
  95. "style" :
  96. {
  97. "navigationBarTitleText": "密码修改",
  98. "enablePullDownRefresh": false
  99. }
  100. }
  101. ,{
  102. "path" : "pages/my/Mytask/Taskdetails/Taskdetails",
  103. "style" :
  104. {
  105. "navigationBarTitleText": "任务详情",
  106. "enablePullDownRefresh": false
  107. }
  108. }
  109. ,{
  110. "path" : "pages/my/Mydistribution/distributiondetil/distributiondetil",
  111. "style" :
  112. {
  113. "navigationBarTitleText": "派送详情",
  114. "enablePullDownRefresh": false
  115. }
  116. }
  117. ,{
  118. "path" : "pages/my/Mydistribution/distributionedit/distributionedit",
  119. "style" :
  120. {
  121. "navigationBarTitleText": "",
  122. "enablePullDownRefresh": false
  123. }
  124. }
  125. ,{
  126. "path" : "pages/Workorder/Tenantbill/Tenantbill",
  127. "style" :
  128. {
  129. "navigationBarTitleText": "租户账单",
  130. "enablePullDownRefresh": false
  131. }
  132. }
  133. ,{
  134. "path" : "pages/Workorder/Remotecontrol/Remotecontrol",
  135. "style" :
  136. {
  137. "navigationBarTitleText": "远程管控",
  138. "enablePullDownRefresh": false
  139. }
  140. }
  141. ,{
  142. "path" : "pages/index/Onlinewarranty/Onlinewarranty",
  143. "style" :
  144. {
  145. "navigationBarTitleText": "线上报修",
  146. "enablePullDownRefresh": false
  147. }
  148. }
  149. ,{
  150. "path" : "pages/index/Inspectionrecord/Inspectionrecord",
  151. "style" :
  152. {
  153. "navigationBarTitleText": "巡检记录",
  154. "enablePullDownRefresh": false
  155. }
  156. }
  157. ,{
  158. "path" : "pages/index/Withholdingrecord/Withholdingrecord",
  159. "style" :
  160. {
  161. "navigationBarTitleText": "扣缴记录",
  162. "enablePullDownRefresh": false
  163. }
  164. },
  165. {
  166. "path" : "pages/Workorder/Tenantbill/companybill/companybill",
  167. "style" :
  168. {
  169. "navigationBarTitleText": "",
  170. "enablePullDownRefresh": false,
  171. "navigationStyle": "custom" // 隐藏系统导航栏
  172. }
  173. },
  174. {
  175. "path" : "pages/index/Workordertodone/Workordertodone",
  176. "style" :
  177. {
  178. "navigationBarTitleText": "报修工单",
  179. "enablePullDownRefresh": false
  180. }
  181. },
  182. {
  183. "path" : "pages/index/Workordertodone/Workorderdetails/Workorderdetails",
  184. "style" :
  185. {
  186. "navigationBarTitleText": "详情",
  187. "enablePullDownRefresh": false
  188. }
  189. }
  190. ,{
  191. "path" : "pages/index/Immediatecollection/Immediatecollection",
  192. "style" :
  193. {
  194. "navigationBarTitleText": "欠费待收",
  195. "enablePullDownRefresh": false
  196. }
  197. }
  198. ,{
  199. "path" : "pages/index/Immediatecollection/Chargedetails/Chargedetails",
  200. "style" :
  201. {
  202. "navigationBarTitleText": "详情",
  203. "enablePullDownRefresh": false
  204. }
  205. }
  206. ,{
  207. "path" : "pages/Workorder/pay/pay",
  208. "style" :
  209. {
  210. "navigationBarTitleText": "支付",
  211. "enablePullDownRefresh": false
  212. }
  213. }
  214. ,{
  215. "path" : "pages/index/BillPending/BillPending",
  216. "style" :
  217. {
  218. "navigationBarTitleText": "账单详情",
  219. "enablePullDownRefresh": false
  220. }
  221. }
  222. ,{
  223. "path" : "pages/index/EquipmentException/EquipmentException",
  224. "style" :
  225. {
  226. "navigationBarTitleText": "设备异常",
  227. "enablePullDownRefresh": false
  228. }
  229. }
  230. ,{
  231. "path" : "pages/index/Immediateinspection/Immediateinspection",
  232. "style" :
  233. {
  234. "navigationBarTitleText": "巡检打卡",
  235. "enablePullDownRefresh": false
  236. }
  237. }
  238. ],
  239. "globalStyle": {
  240. "navigationBarTextStyle": "black",
  241. "navigationBarTitleText": "uni-app",
  242. "navigationBarBackgroundColor": "#F8F8F8",
  243. "backgroundColor": "#F8F8F8"
  244. },
  245. "tabBar": {
  246. "color": "#0C1935",
  247. "selectedColor": "#2E69EB",
  248. "borderStyle": "black",
  249. "backgroundColor": "#ffffff",
  250. "height": "55px",
  251. "fontSize": "10px",
  252. "iconWidth": "24px",
  253. "spacing": "3px",
  254. "list": [{
  255. "pagePath": "pages/index/index",
  256. "iconPath": "static/tab/h1.png",
  257. "selectedIconPath": "static/tab/h2.png",
  258. "text": "首页"
  259. },
  260. // {
  261. // "pagePath": "pages/equipment/equipment",
  262. // "iconPath": "static/tab/s1.png",
  263. // "selectedIconPath": "static/tab/s2.png",
  264. // "text": "设备"
  265. // },
  266. {
  267. "pagePath": "pages/Workorder/Workorder",
  268. "iconPath": "static/tab/w1.png",
  269. "selectedIconPath": "static/tab/w2.png",
  270. "text": "工作台"
  271. },
  272. // {
  273. // "pagePath": "pages/Energyconsumption/Energyconsumption",
  274. // "iconPath": "static/tab/e1.png",
  275. // "selectedIconPath": "static/tab/e2.png",
  276. // "text": "能耗"
  277. // },
  278. {
  279. "pagePath": "pages/my/my",
  280. "iconPath": "static/tab/y1.png",
  281. "selectedIconPath": "static/tab/y2.png",
  282. "text": "我的"
  283. }
  284. ]
  285. },
  286. "easycom": {
  287. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  288. },
  289. "condition" : { //模式配置,仅开发期间生效
  290. "current": 0, //当前激活的模式(list 的索引项)
  291. "list": [
  292. {
  293. "name": "", //模式名称
  294. "path": "", //启动页面,必选
  295. "query": "" //启动参数,在页面的onLoad函数里面得到
  296. }
  297. ]
  298. }
  299. }