pages.json 9.3 KB

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