pages.json 12 KB

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