pages.json 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "若依移动端框架",
  7. "navigationStyle": "custom"
  8. }
  9. },
  10. {
  11. "path": "pages/health/index",
  12. "style": {
  13. "navigationBarTitleText": "康养",
  14. "navigationStyle": "custom"
  15. }
  16. },
  17. {
  18. "path": "pages/login",
  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. },
  181. {
  182. "root": "mine",
  183. "pages": [
  184. {
  185. "path": "pages/news/index",
  186. "style": {
  187. "navigationBarTitleText": "收到的互动",
  188. "h5":{"titleNView":false}
  189. }
  190. },
  191. {
  192. "path": "pages/news/sh",
  193. "style": {
  194. "navigationBarTitleText": "评论审核",
  195. "h5":{"titleNView":false}
  196. }
  197. },
  198. {
  199. "path": "pages/news/myhd",
  200. "style": {
  201. "navigationBarTitleText": "我的点评赞",
  202. "h5":{"titleNView":false}
  203. }
  204. }
  205. ]
  206. },
  207. {"root": "manage",
  208. "pages": [
  209. {
  210. "path": "pages/community/newsdj",
  211. "style": {
  212. "navigationBarTitleText": "党建资讯",
  213. "h5":{
  214. "titleNView":false
  215. }
  216. }
  217. },
  218. {
  219. "path": "pages/community/newssq",
  220. "style": {
  221. "navigationBarTitleText": "社区资讯",
  222. "h5":{
  223. "titleNView":false
  224. }
  225. }
  226. },
  227. {
  228. "path": "pages/community/newssqdetail",
  229. "style": {
  230. "navigationBarTitleText": "资讯详情",
  231. "h5":{
  232. "titleNView":false
  233. }
  234. }
  235. },
  236. {
  237. "path": "pages/community/newsyg",
  238. "style": {
  239. "navigationBarTitleText": "员工培训",
  240. "h5":{
  241. "titleNView":false
  242. }
  243. }
  244. },
  245. {
  246. "path": "pages/community/newsadd",
  247. "style": {
  248. "navigationBarTitleText": "发布图文",
  249. "h5":{
  250. "titleNView":false
  251. }
  252. }
  253. },
  254. {
  255. "path": "pages/community/newsygdetail",
  256. "style": {
  257. "navigationBarTitleText": "图文详情",
  258. "h5":{
  259. "titleNView":false
  260. }
  261. }
  262. },
  263. {
  264. "path": "pages/community/newsaddvideo",
  265. "style": {
  266. "navigationBarTitleText": "发布视频",
  267. "h5":{
  268. "titleNView":false
  269. }
  270. }
  271. },
  272. {
  273. "path": "pages/community/newsaddsq",
  274. "style": {
  275. "navigationBarTitleText": "发布",
  276. "h5":{
  277. "titleNView":false
  278. }
  279. }
  280. },
  281. {
  282. "path": "pages/community/newsadddj",
  283. "style": {
  284. "navigationBarTitleText": "发布",
  285. "h5":{
  286. "titleNView":false
  287. }
  288. }
  289. },
  290. {
  291. "path": "pages/community/readlist",
  292. "style": {
  293. "navigationBarTitleText": "已读名单",
  294. "h5":{
  295. "titleNView":false
  296. }
  297. }
  298. },
  299. {
  300. "path": "pages/community/readcount",
  301. "style": {
  302. "navigationBarTitleText": "阅读统计",
  303. "h5":{
  304. "titleNView":false
  305. }
  306. }
  307. },
  308. {
  309. "path": "pages/community/sqmoney",
  310. "style": {
  311. "navigationBarTitleText": "社区资产",
  312. "h5":{
  313. "titleNView":false
  314. }
  315. }
  316. },
  317. {
  318. "path": "pages/community/sqmoneyadd",
  319. "style": {
  320. "navigationBarTitleText": "录入资产",
  321. "h5":{
  322. "titleNView":false
  323. }
  324. }
  325. }
  326. ]
  327. },
  328. {
  329. "root": "people",
  330. "pages": [
  331. {
  332. "path": "pages/people/index",
  333. "style": {
  334. "navigationBarTitleText": "人员管理",
  335. "h5":{
  336. "titleNView":false
  337. }
  338. }
  339. },
  340. {
  341. "path": "pages/people/comegl",
  342. "style": {
  343. "navigationBarTitleText": "来访管理",
  344. "h5":{
  345. "titleNView":false
  346. }
  347. }
  348. },
  349. {
  350. "path": "pages/people/comeadd",
  351. "style": {
  352. "navigationBarTitleText": "访客登记",
  353. "h5":{
  354. "titleNView":false
  355. }
  356. }
  357. },
  358. {
  359. "path": "pages/people/staff",
  360. "style": {
  361. "navigationBarTitleText": "员工管理",
  362. "h5":{
  363. "titleNView":false
  364. }
  365. }
  366. },
  367. {
  368. "path": "pages/people/staffadd",
  369. "style": {
  370. "navigationBarTitleText": "添加员工",
  371. "h5":{
  372. "titleNView":false
  373. }
  374. }
  375. }
  376. ]
  377. },
  378. {
  379. "root": "service",
  380. "pages": [
  381. {
  382. "path": "pages/service/patrol",
  383. "style": {
  384. "navigationBarTitleText": "今日巡更",
  385. "navigationStyle": "custom",
  386. "h5":{
  387. "titleNView":false
  388. }
  389. }
  390. },
  391. {
  392. "path": "pages/service/patroldetail",
  393. "style": {
  394. "navigationBarTitleText": "巡更详情",
  395. "h5":{
  396. "titleNView":false
  397. }
  398. }
  399. },
  400. {
  401. "path": "pages/service/patroladd",
  402. "style": {
  403. "navigationBarTitleText": "巡更信息",
  404. "h5":{
  405. "titleNView":false
  406. }
  407. }
  408. },
  409. {
  410. "path": "pages/service/patrolrecord",
  411. "style": {
  412. "navigationBarTitleText": "巡更记录",
  413. "h5":{
  414. "titleNView":false
  415. }
  416. }
  417. },
  418. {
  419. "path": "pages/service/patrolset",
  420. "style": {
  421. "navigationBarTitleText": "巡更点设置",
  422. "h5":{
  423. "titleNView":false
  424. }
  425. }
  426. },
  427. {
  428. "path": "pages/service/patrollist",
  429. "style": {
  430. "navigationBarTitleText": "巡更点设置",
  431. "h5":{
  432. "titleNView":false
  433. }
  434. }
  435. },
  436. {
  437. "path": "pages/service/warranty",
  438. "style": {
  439. "navigationBarTitleText": "报修管理",
  440. "h5":{
  441. "titleNView":false
  442. }
  443. }
  444. },
  445. {
  446. "path": "pages/service/warrantydetail",
  447. "style": {
  448. "navigationBarTitleText": "报修详情",
  449. "navigationStyle": "custom"
  450. // "h5":{
  451. // "titleNView":false
  452. // }
  453. }
  454. },
  455. {
  456. "path": "pages/service/complaint",
  457. "style": {
  458. "navigationBarTitleText": "投诉建议",
  459. "h5":{
  460. "titleNView":false
  461. }
  462. }
  463. },
  464. {
  465. "path": "pages/service/complaintdetail",
  466. "style": {
  467. "navigationBarTitleText": "投诉建议",
  468. "h5":{
  469. "titleNView":false
  470. }
  471. }
  472. }
  473. ]
  474. },
  475. {
  476. "root": "car",
  477. "pages": [
  478. {
  479. "path": "pages/index",
  480. "style": {
  481. "navigationBarTitleText": "车辆管控",
  482. "h5":{
  483. "titleNView":false
  484. }
  485. }
  486. },
  487. {
  488. "path": "pages/carku",
  489. "style": {
  490. "navigationBarTitleText": "车库管理",
  491. "h5":{
  492. "titleNView":false
  493. }
  494. }
  495. },
  496. {
  497. "path": "pages/carcheck",
  498. "style": {
  499. "navigationBarTitleText": "外来车辆登记",
  500. "h5":{
  501. "titleNView":false
  502. }
  503. }
  504. },
  505. {
  506. "path": "pages/illegalParking",
  507. "style": {
  508. "navigationBarTitleText": "违停管理",
  509. "h5":{
  510. "titleNView":false
  511. }
  512. }
  513. },
  514. {
  515. "path": "pages/illegalcheck",
  516. "style": {
  517. "navigationBarTitleText": "违停登记",
  518. "h5":{
  519. "titleNView":false
  520. }
  521. }
  522. },
  523. {
  524. "path": "pages/illegalrecord",
  525. "style": {
  526. "navigationBarTitleText": "违停记录",
  527. "h5":{
  528. "titleNView":false
  529. }
  530. }
  531. }
  532. ]
  533. },
  534. {
  535. "root": "health",
  536. "pages": [
  537. {
  538. "path": "pages/health/index",
  539. "style": {
  540. "navigationBarTitleText": "居民健康档案",
  541. "h5":{
  542. "titleNView":false
  543. }
  544. }
  545. },
  546. {
  547. "path": "pages/health/add",
  548. "style": {
  549. "navigationBarTitleText": "添加档案",
  550. "h5":{
  551. "titleNView":false
  552. }
  553. }
  554. },
  555. {
  556. "path": "pages/health/detail",
  557. "style": {
  558. "navigationBarTitleText": "健康档案",
  559. "navigationStyle": "custom",
  560. "h5":{
  561. "titleNView":false
  562. }
  563. }
  564. }
  565. ]
  566. }
  567. ],
  568. "preloadRule":{
  569. "pages/index/index": {
  570. "network": "all",
  571. "packages": ["work","health","manage","people","service","car","mine"]
  572. },
  573. "pages/login": {
  574. "network": "all",
  575. "packages": ["work","health","manage","people","service","car","mine"]
  576. }
  577. },
  578. "globalStyle": {
  579. "navigationBarTextStyle": "black",
  580. "navigationBarTitleText": "RuoYi",
  581. "navigationBarBackgroundColor": "#FFFFFF"
  582. }
  583. }