pages.json 10.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path" : "pages/login/login",
  5. "style" :
  6. {
  7. //登录
  8. "enablePullDownRefresh": false
  9. }
  10. },
  11. {
  12. "path": "pages/index/index",
  13. "style": {
  14. //主页-微营业厅
  15. "enablePullDownRefresh": false
  16. }
  17. }
  18. ,{
  19. "path" : "pages/message/message",
  20. "style" :
  21. {
  22. //消息
  23. "enablePullDownRefresh": false
  24. }
  25. }
  26. ,{
  27. "path" : "pages/mine/mine",
  28. "style" :
  29. {
  30. //我的
  31. "enablePullDownRefresh": false
  32. }
  33. }
  34. ,{
  35. "path" : "pages/recharge/accountRecharge",
  36. "style" :
  37. {
  38. //账户充值
  39. "enablePullDownRefresh": false
  40. }
  41. }
  42. ,{
  43. "path" : "pages/recharge/rechargeRecord",
  44. "style" :
  45. {
  46. //充值记录
  47. "enablePullDownRefresh": false
  48. }
  49. }
  50. ,{
  51. "path" : "pages/recharge/paymentResult",
  52. "style" :
  53. {
  54. //支付结果
  55. "enablePullDownRefresh": false
  56. }
  57. }
  58. ,{
  59. "path" : "pages/recharge/rechargeDetails",
  60. "style" :
  61. {
  62. //充值详情
  63. "enablePullDownRefresh": false
  64. }
  65. }
  66. ,{
  67. "path" : "pages/billingRules/billingRules",
  68. "style" :
  69. {
  70. //计费规则
  71. "enablePullDownRefresh": false
  72. }
  73. }
  74. ,{
  75. "path" : "pages/deductionRecord/deductionRecord",
  76. "style" :
  77. {
  78. //扣费记录
  79. "enablePullDownRefresh": false
  80. }
  81. }
  82. ,{
  83. "path" : "pages/deductionRecord/deductionDetails",
  84. "style" :
  85. {
  86. //扣费详情
  87. "enablePullDownRefresh": false
  88. }
  89. }
  90. ,{
  91. "path" : "pages/message/messageList",
  92. "style" :
  93. {
  94. //停电通知
  95. "enablePullDownRefresh": false
  96. }
  97. }
  98. ,{
  99. "path" : "pages/mine/tenantInformation",
  100. "style" :
  101. {
  102. //租户信息
  103. "enablePullDownRefresh": false
  104. }
  105. }
  106. ,{
  107. "path" : "pages/mine/personInfos",
  108. "style" :
  109. {
  110. //个人信息
  111. "enablePullDownRefresh": false
  112. }
  113. }
  114. ,{
  115. "path" : "pages/mine/electronicMonitoring",
  116. "style" :
  117. {
  118. //用电监控
  119. "enablePullDownRefresh": false
  120. }
  121. }
  122. ,{
  123. "path" : "pages/mine/electricityConsumptionDetail",
  124. "style" :
  125. {
  126. //用电监控
  127. "enablePullDownRefresh": false
  128. }
  129. },
  130. {
  131. "path" : "pages/returnBalance/returnBalance",
  132. "style" :
  133. {
  134. "enablePullDownRefresh" : false
  135. }
  136. },
  137. {
  138. "path" : "pages/returnBalance/returnApplication",
  139. "style" :
  140. {
  141. "enablePullDownRefresh" : false
  142. }
  143. },
  144. {
  145. "path" : "pages/returnBalance/returnDetails",
  146. "style" :
  147. {
  148. "enablePullDownRefresh" : false
  149. }
  150. },
  151. {
  152. "path" : "pages/invoiceManagement/invoiceManagement",
  153. "style" :
  154. {
  155. "enablePullDownRefresh" : false
  156. }
  157. },
  158. {
  159. "path" : "pages/invoiceManagement/issueInvoice",
  160. "style" :
  161. {
  162. "enablePullDownRefresh" : false
  163. }
  164. },
  165. {
  166. "path" : "pages/invoiceManagement/billingDescription",
  167. "style" :
  168. {
  169. "enablePullDownRefresh" : false
  170. }
  171. },
  172. {
  173. "path" : "pages/invoiceManagement/applyBilling",
  174. "style" :
  175. {
  176. "enablePullDownRefresh" : false
  177. }
  178. },
  179. {
  180. "path" : "pages/invoiceManagement/invoiceDetails",
  181. "style" :
  182. {
  183. "enablePullDownRefresh" : false
  184. }
  185. },
  186. {
  187. "path" : "pages/invoiceManagement/viewE-invoice",
  188. "style" :
  189. {
  190. "enablePullDownRefresh" : false
  191. }
  192. },
  193. {
  194. "path" : "pages/invoiceManagement/InvoiceTitleManagement",
  195. "style" :
  196. {
  197. "enablePullDownRefresh" : false
  198. }
  199. },
  200. {
  201. "path" : "pages/invoiceManagement/addInvoiceTitle",
  202. "style" :
  203. {
  204. "enablePullDownRefresh" : false
  205. }
  206. },
  207. // {
  208. // "path" : "pages/invoiceManagement/editInvoiceTitle",
  209. // "style" :
  210. // {
  211. //
  212. // "enablePullDownRefresh" : false
  213. // }
  214. // },
  215. // {
  216. // "path" : "pages/invoiceManagement/personalTitle",
  217. // "style" :
  218. // {
  219. //
  220. // "enablePullDownRefresh" : false
  221. // }
  222. // },
  223. {
  224. "path" : "pages/mine/setting",
  225. "style" :
  226. {
  227. "enablePullDownRefresh" : false
  228. }
  229. },
  230. {
  231. "path" : "pages/mine/contactService",
  232. "style" :
  233. {
  234. "enablePullDownRefresh" : false
  235. }
  236. },
  237. {
  238. "path" : "pages/mine/cancelAccount",
  239. "style" :
  240. {
  241. "enablePullDownRefresh" : false
  242. }
  243. },
  244. {
  245. "path" : "pages/mine/changePassword",
  246. "style" :
  247. {
  248. "enablePullDownRefresh" : false
  249. }
  250. },
  251. {
  252. "path" : "pages/mine/changePhone",
  253. "style" :
  254. {
  255. "enablePullDownRefresh" : false
  256. }
  257. },
  258. {
  259. "path" : "pages/mine/findBackPassword",
  260. "style" :
  261. {
  262. "enablePullDownRefresh" : false
  263. }
  264. },
  265. {
  266. "path" : "pages/invoiceManagement/selectTitleManagement",
  267. "style" :
  268. {
  269. "enablePullDownRefresh" : false
  270. }
  271. },
  272. {
  273. "path" : "pages/invoiceManagement/applyMessage",
  274. "style" :
  275. {
  276. "enablePullDownRefresh" : false
  277. }
  278. },
  279. {
  280. "path" : "pages/remoteControl/remoteControl",
  281. "style" :
  282. {
  283. "enablePullDownRefresh" : false
  284. }
  285. },
  286. {
  287. "path" : "pages/remoteControl/operationLog",
  288. "style" :
  289. {
  290. "enablePullDownRefresh" : false
  291. }
  292. },
  293. {
  294. "path" : "pages/deductionRecord/billPush",
  295. "style" :
  296. {
  297. "enablePullDownRefresh" : false
  298. }
  299. },
  300. {
  301. "path" : "pages/meterManagement/meterManagement",
  302. "style" :
  303. {
  304. "enablePullDownRefresh" : false
  305. }
  306. },
  307. {
  308. "path" : "pages/deductionRecord/monthlyPush",
  309. "style" :
  310. {
  311. "enablePullDownRefresh" : false
  312. }
  313. },
  314. {
  315. "path" : "pages/meterManagement/equipmentDetails",
  316. "style" :
  317. {
  318. "enablePullDownRefresh" : false
  319. }
  320. },
  321. {
  322. "path" : "pages/remoteControl/switchDetail",
  323. "style" :
  324. {
  325. "navigationBarTitleText" : ""
  326. }
  327. },
  328. {
  329. "path" : "pages/timing/timing",
  330. "style" :
  331. {
  332. "navigationBarTitleText" : "",
  333. "enablePullDownRefresh" : false
  334. }
  335. },
  336. {
  337. "path" : "pages/timing/timeSlotTiming",
  338. "style" :
  339. {
  340. "navigationBarTitleText" : "",
  341. "enablePullDownRefresh" : false
  342. }
  343. },
  344. {
  345. "path" : "pages/timing/autoOff",
  346. "style" :
  347. {
  348. "navigationBarTitleText" : "",
  349. "enablePullDownRefresh" : false
  350. }
  351. },
  352. {
  353. "path" : "pages/message/knowledgeList",
  354. "style" : {}
  355. },
  356. {
  357. "path" : "pages/message/knowledge",
  358. "style" : {}
  359. }
  360. ],
  361. "globalStyle": {
  362. "navigationStyle": "custom", // 隐藏系统导航栏
  363. "navigationBarTitleText": "加载中...",
  364. "enablePullDownRefresh": false
  365. },
  366. "uniIdRouter": {}
  367. }