pages.json 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "首页",
  7. "navigationStyle": "custom"
  8. }
  9. },
  10. {
  11. "path": "pages/mine/pwd/forgetpwd",
  12. "style": {
  13. "navigationBarTitleText": "忘记密码"
  14. }
  15. }, {
  16. "path": "pages/mine/pwd/resetpwd",
  17. "style": {
  18. "navigationBarTitleText": "重置密码"
  19. }
  20. },
  21. {
  22. "path": "pages/health/index",
  23. "style": {
  24. "navigationBarTitleText": "康养",
  25. "navigationStyle": "custom"
  26. }
  27. },
  28. {
  29. "path": "pages/goods/index",
  30. "style": {
  31. "navigationBarTitleText": "商圈",
  32. "navigationStyle": "custom"
  33. }
  34. },
  35. {
  36. "path": "pages/login",
  37. "style": {
  38. "navigationBarTitleText": "登录",
  39. "navigationStyle": "custom"
  40. }
  41. },
  42. {
  43. "path": "pages/tlogin",
  44. "style": {
  45. "navigationBarTitleText": "登录",
  46. "navigationStyle": "custom"
  47. }
  48. },
  49. {
  50. "path": "pages/register",
  51. "style": {
  52. "navigationBarTitleText": "注册",
  53. "navigationStyle": "custom"
  54. }
  55. },
  56. {
  57. "path": "pages/agreement",
  58. "style": {
  59. "navigationBarTitleText": "用户协议及隐私条款"
  60. }
  61. },
  62. {
  63. "path": "pages/mine/info",
  64. "style": {
  65. "navigationBarTitleText": "个人信息",
  66. "h5":{"titleNView":false}
  67. }
  68. },
  69. {
  70. "path": "pages/mine/index",
  71. "style": {
  72. "navigationBarTitleText": "我的",
  73. "navigationStyle": "custom"
  74. }
  75. }, {
  76. "path": "pages/mine/avatar/index",
  77. "style": {
  78. "navigationBarTitleText": "修改头像"
  79. }
  80. }, {
  81. "path": "pages/mine/info/index",
  82. "style": {
  83. "navigationBarTitleText": "个人信息"
  84. }
  85. }, {
  86. "path": "pages/mine/info/edit",
  87. "style": {
  88. "navigationBarTitleText": "编辑资料"
  89. }
  90. }, {
  91. "path": "pages/mine/pwd/index",
  92. "style": {
  93. "navigationBarTitleText": "修改密码"
  94. }
  95. }, {
  96. "path": "pages/mine/setting/index",
  97. "style": {
  98. "navigationBarTitleText": "应用设置"
  99. }
  100. }, {
  101. "path": "pages/mine/help/index",
  102. "style": {
  103. "navigationBarTitleText": "常见问题"
  104. }
  105. }, {
  106. "path": "pages/mine/about/index",
  107. "style": {
  108. "navigationBarTitleText": "关于我们"
  109. }
  110. }, {
  111. "path": "pages/common/webview/index",
  112. "style": {
  113. "navigationBarTitleText": "浏览网页"
  114. }
  115. }, {
  116. "path": "pages/common/textview/index",
  117. "style": {
  118. "navigationBarTitleText": "浏览文本"
  119. }
  120. }],
  121. "subPackages": [
  122. {"root": "health",
  123. "pages": [
  124. {
  125. "path": "pages/health/detail",
  126. "style": {
  127. "navigationBarTitleText": "健康档案",
  128. "navigationStyle": "custom",
  129. "h5":{"titleNView":false}
  130. }
  131. },
  132. {
  133. "path": "pages/health/add",
  134. "style": {
  135. "navigationBarTitleText": "添加档案",
  136. "navigationBarTextStyle": "white",
  137. "navigationBarBackgroundColor": "#48CC9A"
  138. // "navigationStyle": "custom",
  139. // "h5":{"titleNView":false}
  140. }
  141. }
  142. ]
  143. },
  144. {
  145. "root": "work",
  146. "pages": [
  147. {
  148. "path": "pages/clean/index",
  149. "style": {
  150. "navigationBarTitleText": "家政服务",
  151. "h5":{"titleNView":false}
  152. }
  153. },
  154. {
  155. "path": "pages/clean/detail",
  156. "style": {
  157. "navigationBarTitleText": "家政服务",
  158. "navigationStyle": "custom",
  159. "h5":{"titleNView":false}
  160. }
  161. },
  162. {
  163. "path": "pages/clean/list",
  164. "style": {
  165. "navigationBarTitleText": "家政订单",
  166. "navigationStyle": "custom",
  167. "h5":{"titleNView":false}
  168. }
  169. },
  170. {
  171. "path": "pages/service/warranty",
  172. "style": {
  173. "navigationBarTitleText": "物业报修",
  174. "h5":{"titleNView":false}
  175. }
  176. },
  177. {
  178. "path": "pages/service/warrantydetail",
  179. "style": {
  180. "navigationBarTitleText": "我要报修",
  181. "navigationStyle": "custom",
  182. "h5":{"titleNView":false}
  183. }
  184. },
  185. {
  186. "path": "pages/service/warrantyadd",
  187. "style": {
  188. "navigationBarTitleText": "我要报修",
  189. "h5":{"titleNView":false}
  190. }
  191. },
  192. {
  193. "path": "pages/visitor/index",
  194. "style": {
  195. "navigationBarTitleText": "访客邀请",
  196. "navigationStyle": "custom",
  197. "h5":{"titleNView":false}
  198. }
  199. },
  200. {
  201. "path": "pages/visitor/vadd",
  202. "style": {
  203. "navigationBarTitleText": "邀请访客",
  204. "h5":{"titleNView":false}
  205. }
  206. },
  207. {
  208. "path": "pages/visitor/vlist",
  209. "style": {
  210. "navigationBarTitleText": "访客记录",
  211. "h5":{"titleNView":false}
  212. }
  213. },
  214. {
  215. "path": "pages/visitor/vdetail",
  216. "style": {
  217. "navigationBarTitleText": "访客信息",
  218. "navigationStyle": "custom",
  219. "h5":{"titleNView":false}
  220. }
  221. },
  222. {
  223. "path": "pages/visitor/vshare",
  224. "style": {
  225. "navigationBarTitleText": "地址分享",
  226. "navigationStyle": "custom",
  227. "h5":{"titleNView":false}
  228. }
  229. },
  230. {
  231. "path": "pages/manage/index",
  232. "style": {
  233. "navigationBarTitleText": "物业费账单",
  234. "h5":{"titleNView":false}
  235. }
  236. },
  237. {
  238. "path": "pages/manage/moneybill",
  239. "style": {
  240. "navigationBarTitleText": "历史账单",
  241. "h5":{"titleNView":false}
  242. }
  243. },
  244. {
  245. "path": "pages/manage/moneydetail",
  246. "style": {
  247. "navigationBarTitleText": "账单详情",
  248. "h5":{"titleNView":false}
  249. }
  250. },
  251. {
  252. "path": "pages/manage/pay",
  253. "style": {
  254. "navigationBarTitleText": "支付信息",
  255. "h5":{"titleNView":false}
  256. }
  257. },
  258. {
  259. "path": "pages/manage/success",
  260. "style": {
  261. "navigationBarTitleText": "提交成功",
  262. "h5":{"titleNView":false}
  263. }
  264. }
  265. ]
  266. },{
  267. "root": "news",
  268. "pages": [
  269. {
  270. "path": "pages/news/newssq",
  271. "style": {
  272. "navigationBarTitleText": "社区资讯",
  273. "h5":{"titleNView":false}
  274. }
  275. },
  276. {
  277. "path": "pages/news/detail",
  278. "style": {
  279. "navigationBarTitleText": "公告",
  280. "h5":{"titleNView":false}
  281. }
  282. },
  283. {
  284. "path": "pages/news/newsdj",
  285. "style": {
  286. "navigationBarTitleText": "党建资讯",
  287. "h5":{"titleNView":false}
  288. }
  289. },
  290. {
  291. "path": "pages/news/djdetail",
  292. "style": {
  293. "navigationBarTitleText": "党建资讯",
  294. "h5":{"titleNView":false}
  295. }
  296. },
  297. {
  298. "path": "pages/complaint/index",
  299. "style": {
  300. "navigationBarTitleText": "投诉建议",
  301. "h5":{"titleNView":false}
  302. }
  303. },
  304. {
  305. "path": "pages/complaint/detail",
  306. "style": {
  307. "navigationBarTitleText": "投诉建议",
  308. "h5":{"titleNView":false}
  309. }
  310. },
  311. {
  312. "path": "pages/complaint/add",
  313. "style": {
  314. "navigationBarTitleText": "新增投诉建议",
  315. "h5":{"titleNView":false}
  316. }
  317. }
  318. // {
  319. // "path": "pages/news/newsadd",
  320. // "style": {
  321. // "navigationBarTitleText": "新增投诉建议",
  322. // "h5":{"titleNView":false}
  323. // }
  324. // }
  325. ]
  326. },
  327. {
  328. "root": "mine",
  329. "pages": [
  330. {
  331. "path": "pages/house/index",
  332. "style": {
  333. "navigationBarTitleText": "我的房屋",
  334. "navigationBarTextStyle": "black",
  335. "navigationStyle": "custom"
  336. }
  337. },
  338. {
  339. "path": "pages/house/people",
  340. "style": {
  341. "navigationBarTitleText": "家庭成员",
  342. "h5":{"titleNView":false}
  343. }
  344. },
  345. {
  346. "path": "pages/house/addhouse",
  347. "style": {
  348. "navigationBarTitleText": "我的房屋",
  349. "h5":{"titleNView":false}
  350. }
  351. },
  352. {
  353. "path": "pages/house/address",
  354. "style": {
  355. "navigationBarTitleText": "收货地址",
  356. "h5":{"titleNView":false}
  357. }
  358. },
  359. {
  360. "path": "pages/house/addaddress",
  361. "style": {
  362. "navigationBarTitleText": "新建地址",
  363. "h5":{"titleNView":false}
  364. }
  365. },
  366. {
  367. "path": "pages/car/index",
  368. "style": {
  369. "navigationBarTitleText": "我的车辆",
  370. "h5":{"titleNView":false}
  371. }
  372. },
  373. {
  374. "path": "pages/car/addcar",
  375. "style": {
  376. "navigationBarTitleText": "添加车辆",
  377. "h5":{"titleNView":false}
  378. }
  379. },
  380. {
  381. "path": "pages/car/charge",
  382. "style": {
  383. "navigationBarTitleText": "充电中",
  384. "h5":{"titleNView":false}
  385. }
  386. },
  387. {
  388. "path": "pages/car/illegalParking",
  389. "style": {
  390. "navigationBarTitleText": "我的违停",
  391. "h5":{"titleNView":false}
  392. }
  393. },
  394. {
  395. "path": "pages/car/illegalrecord",
  396. "style": {
  397. "navigationBarTitleText": "违停记录",
  398. "h5":{"titleNView":false}
  399. }
  400. },
  401. {
  402. "path": "pages/delivery/index",
  403. "style": {
  404. "navigationBarTitleText": "我的快递",
  405. "h5":{"titleNView":false}
  406. }
  407. },
  408. {
  409. "path": "pages/delivery/detail",
  410. "style": {
  411. "navigationBarTitleText": "运单详情",
  412. "h5":{"titleNView":false}
  413. }
  414. },
  415. {
  416. "path": "pages/news/index",
  417. "style": {
  418. "navigationBarTitleText": "收到的互动",
  419. "h5":{"titleNView":false}
  420. }
  421. },
  422. {
  423. "path": "pages/news/sh",
  424. "style": {
  425. "navigationBarTitleText": "评论审核",
  426. "h5":{"titleNView":false}
  427. }
  428. },
  429. {
  430. "path": "pages/news/myhd",
  431. "style": {
  432. "navigationBarTitleText": "我的点评赞",
  433. "h5":{"titleNView":false}
  434. }
  435. }
  436. ]
  437. },
  438. {
  439. "root": "goods",
  440. "pages": [
  441. {
  442. "path": "pages/points/index",
  443. "style": {
  444. "navigationBarTitleText": "积分商城",
  445. "navigationStyle": "custom"
  446. }
  447. }
  448. ]
  449. }
  450. ],
  451. "preloadRule":{
  452. "pages/index/index": {
  453. "network": "all",
  454. "packages": ["work","mine","health"]
  455. },
  456. "pages/login": {
  457. "network": "all",
  458. "packages": ["work","mine","health"]
  459. }
  460. },
  461. "globalStyle": {
  462. "navigationBarTextStyle": "black",
  463. "navigationBarTitleText": "RuoYi",
  464. "navigationBarBackgroundColor": "#FFFFFF"
  465. }
  466. }