pages.json 9.8 KB

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