pages.json 9.2 KB

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