pages.json 9.0 KB

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