pages.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/login",
  5. "style": {
  6. "navigationBarTitleText": "登录",
  7. "navigationStyle": "custom"
  8. }
  9. },
  10. {
  11. "path": "pages/index/index",
  12. "style": {
  13. "navigationBarTitleText": "首页",
  14. "navigationStyle": "custom"
  15. }
  16. },
  17. {
  18. "path": "pages/health/index",
  19. "style": {
  20. "navigationBarTitleText": "康养",
  21. "navigationStyle": "custom"
  22. }
  23. },
  24. {
  25. "path": "pages/agreement",
  26. "style": {
  27. "navigationBarTitleText": "用户协议及隐私条款"
  28. }
  29. },
  30. {
  31. "path": "pages/mine/index",
  32. "style": {
  33. "navigationBarTitleText": "我的",
  34. "navigationStyle": "custom"
  35. }
  36. }, {
  37. "path": "pages/common/webview/index",
  38. "style": {
  39. "navigationBarTitleText": "浏览网页"
  40. }
  41. }, {
  42. "path": "pages/common/textview/index",
  43. "style": {
  44. "navigationBarTitleText": "浏览文本"
  45. }
  46. }],
  47. "subPackages": [
  48. {
  49. "root": "work",
  50. "pages": [
  51. {
  52. "path": "pages/manage/money",
  53. "style": {
  54. "navigationBarTitleText": "物业费管理",
  55. "h5":{
  56. "titleNView":false
  57. }
  58. }
  59. },
  60. {
  61. "path": "pages/manage/car",
  62. "style": {
  63. "navigationBarTitleText": "车辆信息",
  64. "h5":{
  65. "titleNView":false
  66. }
  67. }
  68. },
  69. {
  70. "path": "pages/manage/addcar",
  71. "style": {
  72. "navigationBarTitleText": "车辆信息",
  73. "h5":{
  74. "titleNView":false
  75. }
  76. }
  77. },
  78. {
  79. "path": "pages/manage/moneydetail",
  80. "style": {
  81. "navigationBarTitleText": "物业费管理",
  82. "h5":{
  83. "titleNView":false
  84. }
  85. }
  86. },
  87. {
  88. "path": "pages/manage/moneybill",
  89. "style": {
  90. "navigationBarTitleText": "历史账单",
  91. "h5":{
  92. "titleNView":false
  93. }
  94. }
  95. },
  96. {
  97. "path": "pages/manage/house",
  98. "style": {
  99. "navigationBarTitleText": "房屋管理",
  100. "h5":{
  101. "titleNView":false
  102. }
  103. }
  104. },
  105. {
  106. "path": "pages/manage/housedetail",
  107. "style": {
  108. "navigationBarTitleText": "房屋详情",
  109. "h5":{
  110. "titleNView":false
  111. }
  112. }
  113. },
  114. {
  115. "path": "pages/manage/houseadd",
  116. "style": {
  117. "navigationBarTitleText": "添加房屋",
  118. "h5":{
  119. "titleNView":false
  120. }
  121. }
  122. },
  123. {
  124. "path": "pages/manage/addhouse",
  125. "style": {
  126. "navigationBarTitleText": "修改房屋",
  127. "h5":{
  128. "titleNView":false
  129. }
  130. }
  131. },
  132. {
  133. "path": "pages/fee/set",
  134. "style": {
  135. "navigationBarTitleText": "物业费设置",
  136. "h5":{"titleNView":false}
  137. }
  138. },
  139. {
  140. "path": "pages/fee/index",
  141. "style": {
  142. "navigationBarTitleText": "物业费设置",
  143. "h5":{"titleNView":false}
  144. }
  145. },
  146. {
  147. "path": "pages/blackManage/index",
  148. "style": {
  149. "navigationBarTitleText": "黑名单设置",
  150. "h5":{"titleNView":false}
  151. }
  152. },
  153. {
  154. "path": "pages/blackManage/add",
  155. "style": {
  156. "navigationBarTitleText": "黑名单设置",
  157. "h5":{"titleNView":false}
  158. }
  159. }
  160. ]
  161. },
  162. {
  163. "root": "mine",
  164. "pages": [
  165. {
  166. "path": "pages/register",
  167. "style": {
  168. "navigationBarTitleText": "注册",
  169. "navigationStyle": "custom"
  170. }
  171. },
  172. {
  173. "path": "pages/news/index",
  174. "style": {
  175. "navigationBarTitleText": "收到的互动",
  176. "h5":{"titleNView":false}
  177. }
  178. },
  179. {
  180. "path": "pages/tlogin",
  181. "style": {
  182. "navigationBarTitleText": "登录",
  183. "navigationStyle": "custom"
  184. }
  185. },
  186. {
  187. "path": "pages/info",
  188. "style": {
  189. "navigationBarTitleText": "个人信息",
  190. "h5":{"titleNView":false}
  191. }
  192. },
  193. {
  194. "path": "pages/pwd/forgetpwd",
  195. "style": {
  196. "navigationBarTitleText": "忘记密码"
  197. }
  198. }, {
  199. "path": "pages/pwd/resetpwd",
  200. "style": {
  201. "navigationBarTitleText": "重置密码"
  202. }
  203. },
  204. {
  205. "path": "pages/avatar/index",
  206. "style": {
  207. "navigationBarTitleText": "修改头像"
  208. }
  209. }, {
  210. "path": "pages/info/authen",
  211. "style": {
  212. "navigationBarTitleText": "个人信息"
  213. }
  214. },{
  215. "path": "pages/info/index",
  216. "style": {
  217. "navigationBarTitleText": "个人信息"
  218. }
  219. }, {
  220. "path": "pages/info/edit",
  221. "style": {
  222. "navigationBarTitleText": "编辑资料"
  223. }
  224. }, {
  225. "path": "pages/pwd/index",
  226. "style": {
  227. "navigationBarTitleText": "修改密码"
  228. }
  229. },
  230. {
  231. "path": "pages/news/sh",
  232. "style": {
  233. "navigationBarTitleText": "评论审核",
  234. "h5":{"titleNView":false}
  235. }
  236. },
  237. {
  238. "path": "pages/news/myhd",
  239. "style": {
  240. "navigationBarTitleText": "我的点评赞",
  241. "h5":{"titleNView":false}
  242. }
  243. }
  244. ]
  245. },
  246. {"root": "manage",
  247. "pages": [
  248. {
  249. "path": "pages/community/newsdj",
  250. "style": {
  251. "navigationBarTitleText": "党建资讯",
  252. "h5":{
  253. "titleNView":false
  254. }
  255. }
  256. },
  257. {
  258. "path": "pages/community/djdetail",
  259. "style": {
  260. "navigationBarTitleText": "党建资讯",
  261. "h5":{
  262. "titleNView":false
  263. }
  264. }
  265. },
  266. {
  267. "path": "pages/community/newssq",
  268. "style": {
  269. "navigationBarTitleText": "社区资讯",
  270. "h5":{
  271. "titleNView":false
  272. }
  273. }
  274. },
  275. {
  276. "path": "pages/community/newssqdetail",
  277. "style": {
  278. "navigationBarTitleText": "资讯详情",
  279. "h5":{
  280. "titleNView":false
  281. }
  282. }
  283. },
  284. {
  285. "path": "pages/community/newsyg",
  286. "style": {
  287. "navigationBarTitleText": "员工培训",
  288. "h5":{
  289. "titleNView":false
  290. }
  291. }
  292. },
  293. {
  294. "path": "pages/community/newsadd",
  295. "style": {
  296. "navigationBarTitleText": "发布图文",
  297. "h5":{
  298. "titleNView":false
  299. }
  300. }
  301. },
  302. {
  303. "path": "pages/community/newsygdetail",
  304. "style": {
  305. "navigationBarTitleText": "图文详情",
  306. "h5":{
  307. "titleNView":false
  308. }
  309. }
  310. },
  311. {
  312. "path": "pages/community/newsaddvideo",
  313. "style": {
  314. "navigationBarTitleText": "发布视频",
  315. "h5":{
  316. "titleNView":false
  317. }
  318. }
  319. },
  320. {
  321. "path": "pages/community/newsaddsq",
  322. "style": {
  323. "navigationBarTitleText": "发布",
  324. "h5":{
  325. "titleNView":false
  326. }
  327. }
  328. },
  329. {
  330. "path": "pages/community/newsadddj",
  331. "style": {
  332. "navigationBarTitleText": "发布",
  333. "h5":{
  334. "titleNView":false
  335. }
  336. }
  337. },
  338. {
  339. "path": "pages/community/readlist",
  340. "style": {
  341. "navigationBarTitleText": "已读名单",
  342. "h5":{
  343. "titleNView":false
  344. }
  345. }
  346. },
  347. {
  348. "path": "pages/community/readcount",
  349. "style": {
  350. "navigationBarTitleText": "阅读统计",
  351. "h5":{
  352. "titleNView":false
  353. }
  354. }
  355. },
  356. {
  357. "path": "pages/community/sqmoney",
  358. "style": {
  359. "navigationBarTitleText": "社区资产",
  360. "h5":{
  361. "titleNView":false
  362. }
  363. }
  364. },
  365. {
  366. "path": "pages/community/sqmoneydetail",
  367. "style": {
  368. "navigationBarTitleText": "资产详情",
  369. "h5":{
  370. "titleNView":false
  371. }
  372. }
  373. },
  374. {
  375. "path": "pages/community/sqmoneyadd",
  376. "style": {
  377. "navigationBarTitleText": "录入资产",
  378. "h5":{
  379. "titleNView":false
  380. }
  381. }
  382. }
  383. ]
  384. },
  385. {
  386. "root": "people",
  387. "pages": [
  388. {
  389. "path": "pages/people/index",
  390. "style": {
  391. "navigationBarTitleText": "人员管理",
  392. "h5":{
  393. "titleNView":false
  394. }
  395. }
  396. },
  397. {
  398. "path": "pages/people/fwindex",
  399. "style": {
  400. "navigationBarTitleText": "人员管理",
  401. "h5":{
  402. "titleNView":false
  403. }
  404. }
  405. },
  406. {
  407. "path": "pages/people/comegl",
  408. "style": {
  409. "navigationBarTitleText": "来访管理",
  410. "h5":{
  411. "titleNView":false
  412. }
  413. }
  414. },
  415. {
  416. "path": "pages/people/comeadd",
  417. "style": {
  418. "navigationBarTitleText": "访客登记",
  419. "h5":{
  420. "titleNView":false
  421. }
  422. }
  423. },
  424. {
  425. "path": "pages/people/staff",
  426. "style": {
  427. "navigationBarTitleText": "员工管理",
  428. "h5":{
  429. "titleNView":false
  430. }
  431. }
  432. },
  433. {
  434. "path": "pages/people/staffadd",
  435. "style": {
  436. "navigationBarTitleText": "添加员工",
  437. "h5":{
  438. "titleNView":false
  439. }
  440. }
  441. }
  442. ]
  443. },
  444. {
  445. "root": "service",
  446. "pages": [
  447. {
  448. "path": "pages/service/patrol",
  449. "style": {
  450. "navigationBarTitleText": "今日巡更",
  451. "navigationStyle": "custom",
  452. "h5":{
  453. "titleNView":false
  454. }
  455. }
  456. },
  457. {
  458. "path": "pages/service/patroldetail",
  459. "style": {
  460. "navigationBarTitleText": "巡更详情",
  461. "h5":{
  462. "titleNView":false
  463. }
  464. }
  465. },
  466. {
  467. "path": "pages/service/patroladd",
  468. "style": {
  469. "navigationBarTitleText": "巡更信息",
  470. "h5":{
  471. "titleNView":false
  472. }
  473. }
  474. },
  475. {
  476. "path": "pages/service/patrolrecord",
  477. "style": {
  478. "navigationBarTitleText": "巡更记录",
  479. "h5":{
  480. "titleNView":false
  481. }
  482. }
  483. },
  484. {
  485. "path": "pages/service/patrolset",
  486. "style": {
  487. "navigationBarTitleText": "巡更点设置",
  488. "h5":{
  489. "titleNView":false
  490. }
  491. }
  492. },
  493. {
  494. "path": "pages/service/patrollist",
  495. "style": {
  496. "navigationBarTitleText": "巡更点设置",
  497. "h5":{
  498. "titleNView":false
  499. }
  500. }
  501. },
  502. {
  503. "path": "pages/service/warranty",
  504. "style": {
  505. "navigationBarTitleText": "报修管理",
  506. "h5":{
  507. "titleNView":false
  508. }
  509. }
  510. },
  511. {
  512. "path": "pages/service/warrantydetail",
  513. "style": {
  514. "navigationBarTitleText": "报修详情",
  515. "navigationStyle": "custom"
  516. // "h5":{
  517. // "titleNView":false
  518. // }
  519. }
  520. },
  521. {
  522. "path": "pages/service/complaint",
  523. "style": {
  524. "navigationBarTitleText": "投诉建议",
  525. "h5":{
  526. "titleNView":false
  527. }
  528. }
  529. },
  530. {
  531. "path": "pages/service/complaintdetail",
  532. "style": {
  533. "navigationBarTitleText": "投诉建议",
  534. "h5":{
  535. "titleNView":false
  536. }
  537. }
  538. }
  539. ]
  540. },
  541. {
  542. "root": "car",
  543. "pages": [
  544. {
  545. "path": "pages/index",
  546. "style": {
  547. "navigationBarTitleText": "车辆管控",
  548. "h5":{
  549. "titleNView":false
  550. }
  551. }
  552. },
  553. {
  554. "path": "pages/carku",
  555. "style": {
  556. "navigationBarTitleText": "车库管理",
  557. "h5":{
  558. "titleNView":false
  559. }
  560. }
  561. },
  562. {
  563. "path": "pages/carcheck",
  564. "style": {
  565. "navigationBarTitleText": "外来车辆登记",
  566. "h5":{
  567. "titleNView":false
  568. }
  569. }
  570. },
  571. {
  572. "path": "pages/illegalParking",
  573. "style": {
  574. "navigationBarTitleText": "违停管理",
  575. "h5":{
  576. "titleNView":false
  577. }
  578. }
  579. },
  580. {
  581. "path": "pages/illegalcheck",
  582. "style": {
  583. "navigationBarTitleText": "违停登记",
  584. "h5":{
  585. "titleNView":false
  586. }
  587. }
  588. },
  589. {
  590. "path": "pages/illegalrecord",
  591. "style": {
  592. "navigationBarTitleText": "违停记录",
  593. "h5":{
  594. "titleNView":false
  595. }
  596. }
  597. }
  598. ]
  599. },
  600. {
  601. "root": "health",
  602. "pages": [
  603. {
  604. "path": "pages/health/index",
  605. "style": {
  606. "navigationBarTitleText": "居民健康档案",
  607. "h5":{
  608. "titleNView":false
  609. }
  610. }
  611. },
  612. {
  613. "path": "pages/health/add",
  614. "style": {
  615. "navigationBarTitleText": "添加档案",
  616. "navigationBarTextStyle": "white",
  617. "navigationBarBackgroundColor": "#48CC9A"
  618. // "h5":{"titleNView":false}
  619. }
  620. },
  621. {
  622. "path": "pages/health/detail",
  623. "style": {
  624. "navigationBarTitleText": "健康档案",
  625. "navigationStyle": "custom",
  626. "h5":{
  627. "titleNView":false
  628. }
  629. }
  630. }
  631. ]
  632. }
  633. ],
  634. "preloadRule":{
  635. "pages/index/index": {
  636. "network": "all",
  637. "packages": ["work","health","manage","people","service","car","mine"]
  638. },
  639. "pages/login": {
  640. "network": "all",
  641. "packages": ["work","health","manage","people","service","car","mine"]
  642. }
  643. },
  644. "globalStyle": {
  645. "navigationBarTextStyle": "black",
  646. "navigationBarTitleText": "智慧社区物管端",
  647. "navigationBarBackgroundColor": "#FFFFFF"
  648. }
  649. }