pages.json 12 KB

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