pages.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "校园",
  7. "enablePullDownRefresh": false
  8. }
  9. }, {
  10. "path": "pages/qr_code/qr_code",
  11. "style": {
  12. "navigationBarTitleText": "校园卡二维码",
  13. "enablePullDownRefresh": false
  14. }
  15. }, {
  16. "path": "pages/reshui/reshui",
  17. "style": {
  18. "navigationBarTitleText": "热水",
  19. "enablePullDownRefresh": false
  20. }
  21. },
  22. {
  23. "path": "pages/reshui/ad_reshui",
  24. "style": {
  25. "navigationBarTitleText": "",
  26. "enablePullDownRefresh": false
  27. }
  28. },
  29. {
  30. "path": "pages/recharge/recharge",
  31. "style": {
  32. "navigationBarTitleText": "热水钱包充值",
  33. "enablePullDownRefresh": false
  34. }
  35. }, {
  36. "path": "pages/web/web",
  37. "style": {
  38. "navigationBarTitleText": "",
  39. "enablePullDownRefresh": false,
  40. "navigationStyle": "custom"
  41. }
  42. }
  43. ],
  44. "subPackages": [{
  45. "root": "pagesElectric",
  46. "pages": [{
  47. "path": "jiaofei/jiaofei",
  48. "style": {
  49. "navigationBarTitleText": "水电充值",
  50. "enablePullDownRefresh": false
  51. }
  52. },
  53. {
  54. "path": "dfxq/dfxq",
  55. "style": {
  56. "navigationBarTitleText": "电费详情",
  57. "enablePullDownRefresh": false
  58. }
  59. },
  60. {
  61. "path": "sfxq/sfxq",
  62. "style": {
  63. "navigationBarTitleText": "水费详情",
  64. "enablePullDownRefresh": false
  65. }
  66. },
  67. {
  68. "path": "jiaofei/ad_dianfei",
  69. "style": {
  70. "navigationBarTitleText": "",
  71. "enablePullDownRefresh": false
  72. }
  73. },
  74. {
  75. "path": "show/show",
  76. "style": {
  77. "navigationBarTitleText": "台账管理",
  78. "enablePullDownRefresh": false
  79. }
  80. },
  81. {
  82. "path": "select/select",
  83. "style": {
  84. "navigationBarTitleText": "缴水电费_选宿舍号",
  85. "enablePullDownRefresh": false
  86. }
  87. }
  88. ]
  89. }, {
  90. "root": "pagesWater",
  91. "pages": [{
  92. "path": "reshuiDetails/reshuiDetails",
  93. "style": {
  94. "navigationBarTitleText": "热水充值详情",
  95. "enablePullDownRefresh": false
  96. }
  97. }]
  98. }, {
  99. "root": "pagesAir",
  100. "pages": [{
  101. "path": "shareAir/shareAir",
  102. "style": {
  103. "navigationBarTitleText": "共享空调",
  104. "enablePullDownRefresh": true
  105. }
  106. }, {
  107. "path": "addAir/addAir",
  108. "style": {
  109. "navigationBarTitleText": "添加空调",
  110. "enablePullDownRefresh": false
  111. }
  112. }, {
  113. "path": "stdBookMgr/stdBookMgr",
  114. "style": {
  115. "navigationBarTitleText": "台账管理",
  116. "enablePullDownRefresh": false
  117. }
  118. }, {
  119. "path": "accountBalance/accountBalance",
  120. "style": {
  121. "navigationBarTitleText": "账户余额",
  122. "enablePullDownRefresh": false
  123. }
  124. }, {
  125. "path": "rechargeRecord/rechargeRecord",
  126. "style": {
  127. "navigationBarTitleText": "充值记录",
  128. "enablePullDownRefresh": false
  129. }
  130. }]
  131. },
  132. {
  133. "root": "pagesBus",
  134. "pages": [{
  135. "path": "bus/bus",
  136. "style": {
  137. "navigationBarTitleText": "校车预约",
  138. "enablePullDownRefresh": false
  139. }
  140. }]
  141. },
  142. {
  143. "root": "pagesRepairs",
  144. "pages": [{
  145. "path": "index/index",
  146. "style": {
  147. "navigationBarTitleText": "授权中",
  148. "disableScroll": true,
  149. "navigationBarBackgroundColor": "#6FB6B8",
  150. "navigationBarTextStyle": "white",
  151. "backgroundColorTop": "#6FB6B8",
  152. "enablePullDownRefresh": false
  153. }
  154. }, {
  155. "path": "box/box",
  156. "style": {
  157. "navigationBarTitleText": "首页",
  158. "disableScroll": true,
  159. "navigationBarBackgroundColor": "#6FB6B8",
  160. "navigationBarTextStyle": "white",
  161. "backgroundColorTop": "#6FB6B8",
  162. "enablePullDownRefresh": false
  163. }
  164. }, {
  165. "path": "message/message",
  166. "style": {
  167. "navigationBarTitleText": "消息中心",
  168. "navigationBarBackgroundColor": "#6FB6B8",
  169. "navigationBarTextStyle": "white",
  170. "backgroundColorTop": "#6FB6B8",
  171. "enablePullDownRefresh": false
  172. }
  173. }, {
  174. "path": "selectArea/selectArea",
  175. "style": {
  176. "navigationBarTitleText": "区域选择",
  177. "disableScroll": true,
  178. "navigationBarBackgroundColor": "#6FB6B8",
  179. "navigationBarTextStyle": "white",
  180. "backgroundColorTop": "#6FB6B8",
  181. "enablePullDownRefresh": false
  182. }
  183. }, {
  184. "path": "selectGoods/selectGoods",
  185. "style": {
  186. "navigationBarTitleText": "物品选择",
  187. "disableScroll": true,
  188. "navigationBarBackgroundColor": "#6FB6B8",
  189. "navigationBarTextStyle": "white",
  190. "backgroundColorTop": "#6FB6B8",
  191. "enablePullDownRefresh": false
  192. }
  193. }, {
  194. "path": "evaluate/evaluate",
  195. "style": {
  196. "navigationBarTitleText": "评价",
  197. "disableScroll": true,
  198. "navigationBarBackgroundColor": "#6FB6B8",
  199. "navigationBarTextStyle": "white",
  200. "backgroundColorTop": "#6FB6B8",
  201. "enablePullDownRefresh": false
  202. }
  203. }, {
  204. "path": "repairDetails/repairDetails",
  205. "style": {
  206. "navigationBarTitleText": "报修详情",
  207. "disableScroll": true,
  208. "navigationBarBackgroundColor": "#6FB6B8",
  209. "navigationBarTextStyle": "white",
  210. "backgroundColorTop": "#6FB6B8",
  211. "enablePullDownRefresh": false
  212. }
  213. }, {
  214. "path": "offer/offer",
  215. "style": {
  216. "navigationBarTitleText": "报价",
  217. // "disableScroll": true,
  218. "navigationBarBackgroundColor": "#6FB6B8",
  219. "navigationBarTextStyle": "white",
  220. "backgroundColorTop": "#6FB6B8",
  221. "enablePullDownRefresh": false
  222. }
  223. }, {
  224. "path": "addGoods/addGoods",
  225. "style": {
  226. "navigationBarTitleText": "关联耗材",
  227. "disableScroll": true,
  228. "navigationBarBackgroundColor": "#6FB6B8",
  229. "navigationBarTextStyle": "white",
  230. "backgroundColorTop": "#6FB6B8",
  231. "enablePullDownRefresh": false
  232. }
  233. }, {
  234. "path": "repairRecord/repairRecord",
  235. "style": {
  236. "navigationBarTitleText": "维修记录",
  237. // "disableScroll": true,
  238. "navigationBarBackgroundColor": "#6FB6B8",
  239. "navigationBarTextStyle": "white",
  240. "backgroundColorTop": "#6FB6B8",
  241. "enablePullDownRefresh": false
  242. }
  243. }, {
  244. "path": "transferOrder/transferOrder",
  245. "style": {
  246. "navigationBarTitleText": "转单审核-线上",
  247. "disableScroll": true,
  248. "navigationBarBackgroundColor": "#6FB6B8",
  249. "navigationBarTextStyle": "white",
  250. "backgroundColorTop": "#6FB6B8",
  251. "enablePullDownRefresh": false
  252. }
  253. }, {
  254. "path": "help/help",
  255. "style": {
  256. "navigationBarTitleText": "协作审核",
  257. "disableScroll": true,
  258. "navigationBarBackgroundColor": "#6FB6B8",
  259. "navigationBarTextStyle": "white",
  260. "backgroundColorTop": "#6FB6B8",
  261. "enablePullDownRefresh": false
  262. }
  263. }, {
  264. "path": "helpPeople/helpPeople",
  265. "style": {
  266. "navigationBarTitleText": "协作人",
  267. "disableScroll": true,
  268. "navigationBarBackgroundColor": "#6FB6B8",
  269. "navigationBarTextStyle": "white",
  270. "backgroundColorTop": "#6FB6B8",
  271. "enablePullDownRefresh": false
  272. }
  273. }, {
  274. "path": "delay/delay",
  275. "style": {
  276. "navigationBarTitleText": "延时",
  277. "disableScroll": true,
  278. "navigationBarBackgroundColor": "#6FB6B8",
  279. "navigationBarTextStyle": "white",
  280. "backgroundColorTop": "#6FB6B8",
  281. "enablePullDownRefresh": false
  282. }
  283. }, {
  284. "path": "edit/edit",
  285. "style": {
  286. "navigationBarTitleText": "编辑",
  287. "disableScroll": true,
  288. "navigationBarBackgroundColor": "#6FB6B8",
  289. "navigationBarTextStyle": "white",
  290. "backgroundColorTop": "#6FB6B8",
  291. "enablePullDownRefresh": false
  292. }
  293. }]
  294. },
  295. {
  296. "root": "pagesClockIn",
  297. "pages": [{
  298. "path": "home/home",
  299. "style": {
  300. "navigationBarTitleText": "智慧校园打卡",
  301. "enablePullDownRefresh": true
  302. }
  303. },
  304. {
  305. "path": "stat/stat",
  306. "style": {
  307. "navigationBarTitleText": "统计",
  308. "enablePullDownRefresh": false
  309. }
  310. },
  311. {
  312. "path": "my/my",
  313. "style": {
  314. "navigationBarTitleText": "我的",
  315. "enablePullDownRefresh": false
  316. }
  317. },
  318. {
  319. "path": "ruleSet/ruleSet",
  320. "style": {
  321. "navigationBarTitleText": "规则设置",
  322. "enablePullDownRefresh": false
  323. }
  324. }, {
  325. "path": "powerSet/powerSet",
  326. "style": {
  327. "navigationBarTitleText": "权限设置",
  328. "enablePullDownRefresh": false
  329. }
  330. }, {
  331. "path": "cardRecord/cardRecord",
  332. "style": {
  333. "navigationBarTitleText": "全部打卡记录",
  334. "enablePullDownRefresh": false
  335. }
  336. }, {
  337. "path": "group/group",
  338. "style": {
  339. "navigationBarTitleText": "考勤组",
  340. "enablePullDownRefresh": false
  341. }
  342. },
  343. {
  344. "path": "addRules/addRules",
  345. "style": {
  346. "navigationBarTitleText": "新增规则",
  347. "enablePullDownRefresh": false
  348. }
  349. },
  350. {
  351. "path": "ruleName/ruleName",
  352. "style": {
  353. "navigationBarTitleText": "规则名称",
  354. "enablePullDownRefresh": false
  355. }
  356. },
  357. {
  358. "path": "punchTime/punchTime",
  359. "style": {
  360. "navigationBarTitleText": "打卡时间",
  361. "enablePullDownRefresh": false
  362. }
  363. },
  364. {
  365. "path": "punchLocation/punchLocation",
  366. "style": {
  367. "navigationBarTitleText": "打卡位置",
  368. "enablePullDownRefresh": false
  369. }
  370. },
  371. {
  372. "path": "setPunchTime/setPunchTime",
  373. "style": {
  374. "navigationBarTitleText": "添加打卡时间",
  375. "enablePullDownRefresh": false
  376. }
  377. },
  378. {
  379. "path": "addLocation/addLocation",
  380. "style": {
  381. "navigationBarTitleText": "添加位置",
  382. "enablePullDownRefresh": false
  383. }
  384. },
  385. {
  386. "path": "editRules/editRules",
  387. "style": {
  388. "navigationBarTitleText": "编辑规则",
  389. "enablePullDownRefresh": false
  390. }
  391. },
  392. {
  393. "path": "statDetail/statDetail",
  394. "style": {
  395. "navigationBarTitleText": "月打卡记录",
  396. "enablePullDownRefresh": false
  397. }
  398. },
  399. {
  400. "path": "particulars/particulars",
  401. "style": {
  402. "navigationBarTitleText": "汇总明细",
  403. "enablePullDownRefresh": false
  404. }
  405. },
  406. {
  407. "path": "404/404",
  408. "style": {
  409. "navigationBarTitleText": "404",
  410. "enablePullDownRefresh": false
  411. }
  412. },
  413. {
  414. "path": "location/location",
  415. "style": {
  416. "navigationBarTitleText": "打卡位置",
  417. "enablePullDownRefresh": false
  418. }
  419. },
  420. {
  421. "path": "rulesDetail/rulesDetail",
  422. "style": {
  423. "navigationBarTitleText": "规则明细",
  424. "enablePullDownRefresh": false
  425. }
  426. },
  427. {
  428. "path": "index/index",
  429. "style": {
  430. "navigationBarTitleText": "授权中",
  431. "enablePullDownRefresh": false
  432. }
  433. }, {
  434. "path": "money/money",
  435. "style": {
  436. "navigationBarTitleText": "",
  437. "enablePullDownRefresh": false
  438. }
  439. }
  440. ]
  441. }
  442. ],
  443. // "preloadRule": {
  444. // "pagesA/list/list": {
  445. // "network": "all",
  446. // "packages": ["__APP__"]
  447. // },
  448. // "pagesB/detail/detail": {
  449. // "network": "all",
  450. // "packages": ["pagesA"]
  451. // }
  452. // },
  453. "globalStyle": {
  454. "navigationBarTextStyle": "black",
  455. "navigationBarTitleText": "uni-app",
  456. "navigationBarBackgroundColor": "#fff",
  457. "usingComponents": {
  458. "login": "plugin://myPlugin/login"
  459. }
  460. }
  461. }