pages.json 11 KB

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