pages.json 9.1 KB

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