pages.json 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448
  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. "navigationStyle": "custom",
  119. "h5":{"titleNView":false}
  120. }
  121. }
  122. ]
  123. },
  124. {
  125. "root": "work",
  126. "pages": [
  127. {
  128. "path": "pages/clean/index",
  129. "style": {
  130. "navigationBarTitleText": "家政服务",
  131. "h5":{"titleNView":false}
  132. }
  133. },
  134. {
  135. "path": "pages/clean/detail",
  136. "style": {
  137. "navigationBarTitleText": "家政服务",
  138. "navigationStyle": "custom",
  139. "h5":{"titleNView":false}
  140. }
  141. },
  142. {
  143. "path": "pages/clean/list",
  144. "style": {
  145. "navigationBarTitleText": "家政订单",
  146. "navigationStyle": "custom",
  147. "h5":{"titleNView":false}
  148. }
  149. },
  150. {
  151. "path": "pages/service/warranty",
  152. "style": {
  153. "navigationBarTitleText": "物业报修",
  154. "h5":{"titleNView":false}
  155. }
  156. },
  157. {
  158. "path": "pages/service/warrantydetail",
  159. "style": {
  160. "navigationBarTitleText": "我要报修",
  161. "navigationStyle": "custom",
  162. "h5":{"titleNView":false}
  163. }
  164. },
  165. {
  166. "path": "pages/service/warrantyadd",
  167. "style": {
  168. "navigationBarTitleText": "我要报修",
  169. "h5":{"titleNView":false}
  170. }
  171. },
  172. {
  173. "path": "pages/visitor/index",
  174. "style": {
  175. "navigationBarTitleText": "访客邀请",
  176. "navigationStyle": "custom",
  177. "h5":{"titleNView":false}
  178. }
  179. },
  180. {
  181. "path": "pages/visitor/vadd",
  182. "style": {
  183. "navigationBarTitleText": "邀请访客",
  184. "h5":{"titleNView":false}
  185. }
  186. },
  187. {
  188. "path": "pages/visitor/vlist",
  189. "style": {
  190. "navigationBarTitleText": "访客记录",
  191. "h5":{"titleNView":false}
  192. }
  193. },
  194. {
  195. "path": "pages/visitor/vdetail",
  196. "style": {
  197. "navigationBarTitleText": "访客信息",
  198. "navigationStyle": "custom",
  199. "h5":{"titleNView":false}
  200. }
  201. },
  202. {
  203. "path": "pages/visitor/vshare",
  204. "style": {
  205. "navigationBarTitleText": "地址分享",
  206. "navigationStyle": "custom",
  207. "h5":{"titleNView":false}
  208. }
  209. },
  210. {
  211. "path": "pages/manage/index",
  212. "style": {
  213. "navigationBarTitleText": "物业费账单",
  214. "h5":{"titleNView":false}
  215. }
  216. },
  217. {
  218. "path": "pages/manage/moneybill",
  219. "style": {
  220. "navigationBarTitleText": "历史账单",
  221. "h5":{"titleNView":false}
  222. }
  223. },
  224. {
  225. "path": "pages/manage/moneydetail",
  226. "style": {
  227. "navigationBarTitleText": "账单详情",
  228. "h5":{"titleNView":false}
  229. }
  230. },
  231. {
  232. "path": "pages/manage/pay",
  233. "style": {
  234. "navigationBarTitleText": "支付信息",
  235. "h5":{"titleNView":false}
  236. }
  237. },
  238. {
  239. "path": "pages/manage/success",
  240. "style": {
  241. "navigationBarTitleText": "提交成功",
  242. "h5":{"titleNView":false}
  243. }
  244. }
  245. ]
  246. },{
  247. "root": "news",
  248. "pages": [
  249. {
  250. "path": "pages/news/newssq",
  251. "style": {
  252. "navigationBarTitleText": "社区资讯",
  253. "h5":{"titleNView":false}
  254. }
  255. },
  256. {
  257. "path": "pages/news/detail",
  258. "style": {
  259. "navigationBarTitleText": "公告",
  260. "h5":{"titleNView":false}
  261. }
  262. },
  263. {
  264. "path": "pages/news/newsdj",
  265. "style": {
  266. "navigationBarTitleText": "党建资讯",
  267. "h5":{"titleNView":false}
  268. }
  269. },
  270. {
  271. "path": "pages/news/djdetail",
  272. "style": {
  273. "navigationBarTitleText": "党建资讯",
  274. "h5":{"titleNView":false}
  275. }
  276. },
  277. {
  278. "path": "pages/complaint/index",
  279. "style": {
  280. "navigationBarTitleText": "投诉建议",
  281. "h5":{"titleNView":false}
  282. }
  283. },
  284. {
  285. "path": "pages/complaint/detail",
  286. "style": {
  287. "navigationBarTitleText": "投诉建议",
  288. "h5":{"titleNView":false}
  289. }
  290. },
  291. {
  292. "path": "pages/complaint/add",
  293. "style": {
  294. "navigationBarTitleText": "新增投诉建议",
  295. "h5":{"titleNView":false}
  296. }
  297. }
  298. // {
  299. // "path": "pages/news/newsadd",
  300. // "style": {
  301. // "navigationBarTitleText": "新增投诉建议",
  302. // "h5":{"titleNView":false}
  303. // }
  304. // }
  305. ]
  306. },
  307. {
  308. "root": "mine",
  309. "pages": [
  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. }