pages.json 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393
  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. },{
  212. "root": "news",
  213. "pages": [
  214. {
  215. "path": "pages/news/newssq",
  216. "style": {
  217. "navigationBarTitleText": "社区资讯",
  218. "h5":{"titleNView":false}
  219. }
  220. },
  221. {
  222. "path": "pages/news/detail",
  223. "style": {
  224. "navigationBarTitleText": "公告",
  225. "h5":{"titleNView":false}
  226. }
  227. },
  228. {
  229. "path": "pages/news/newsdj",
  230. "style": {
  231. "navigationBarTitleText": "党建资讯",
  232. "h5":{"titleNView":false}
  233. }
  234. },
  235. {
  236. "path": "pages/news/djdetail",
  237. "style": {
  238. "navigationBarTitleText": "党建资讯",
  239. "h5":{"titleNView":false}
  240. }
  241. },
  242. {
  243. "path": "pages/complaint/index",
  244. "style": {
  245. "navigationBarTitleText": "投诉建议",
  246. "h5":{"titleNView":false}
  247. }
  248. },
  249. {
  250. "path": "pages/complaint/detail",
  251. "style": {
  252. "navigationBarTitleText": "投诉建议",
  253. "h5":{"titleNView":false}
  254. }
  255. },
  256. {
  257. "path": "pages/complaint/add",
  258. "style": {
  259. "navigationBarTitleText": "新增投诉建议",
  260. "h5":{"titleNView":false}
  261. }
  262. }
  263. // {
  264. // "path": "pages/news/newsadd",
  265. // "style": {
  266. // "navigationBarTitleText": "新增投诉建议",
  267. // "h5":{"titleNView":false}
  268. // }
  269. // }
  270. ]
  271. },
  272. {
  273. "root": "mine",
  274. "pages": [
  275. {
  276. "path": "pages/house/index",
  277. "style": {
  278. "navigationBarTitleText": "我的房屋",
  279. "navigationBarTextStyle": "black",
  280. "navigationStyle": "custom"
  281. }
  282. },
  283. {
  284. "path": "pages/house/people",
  285. "style": {
  286. "navigationBarTitleText": "家庭成员",
  287. "h5":{"titleNView":false}
  288. }
  289. },
  290. {
  291. "path": "pages/house/addhouse",
  292. "style": {
  293. "navigationBarTitleText": "我的房屋",
  294. "h5":{"titleNView":false}
  295. }
  296. },
  297. {
  298. "path": "pages/house/address",
  299. "style": {
  300. "navigationBarTitleText": "收货地址",
  301. "h5":{"titleNView":false}
  302. }
  303. },
  304. {
  305. "path": "pages/house/addaddress",
  306. "style": {
  307. "navigationBarTitleText": "新建地址",
  308. "h5":{"titleNView":false}
  309. }
  310. },
  311. {
  312. "path": "pages/car/index",
  313. "style": {
  314. "navigationBarTitleText": "我的车辆",
  315. "h5":{"titleNView":false}
  316. }
  317. },
  318. {
  319. "path": "pages/car/addcar",
  320. "style": {
  321. "navigationBarTitleText": "添加车辆",
  322. "h5":{"titleNView":false}
  323. }
  324. },
  325. {
  326. "path": "pages/car/charge",
  327. "style": {
  328. "navigationBarTitleText": "充电中",
  329. "h5":{"titleNView":false}
  330. }
  331. },
  332. {
  333. "path": "pages/delivery/index",
  334. "style": {
  335. "navigationBarTitleText": "我的快递",
  336. "h5":{"titleNView":false}
  337. }
  338. },
  339. {
  340. "path": "pages/delivery/detail",
  341. "style": {
  342. "navigationBarTitleText": "运单详情",
  343. "h5":{"titleNView":false}
  344. }
  345. },
  346. {
  347. "path": "pages/news/index",
  348. "style": {
  349. "navigationBarTitleText": "收到的互动",
  350. "h5":{"titleNView":false}
  351. }
  352. },
  353. {
  354. "path": "pages/news/sh",
  355. "style": {
  356. "navigationBarTitleText": "评论审核",
  357. "h5":{"titleNView":false}
  358. }
  359. }
  360. ]
  361. },
  362. {
  363. "root": "goods",
  364. "pages": [
  365. {
  366. "path": "pages/points/index",
  367. "style": {
  368. "navigationBarTitleText": "积分商城",
  369. "navigationStyle": "custom"
  370. }
  371. }
  372. ]
  373. }
  374. ],
  375. "preloadRule":{
  376. "/pages/index/index": {
  377. "network": "all",
  378. "packages": ["work","mine","health"]
  379. },
  380. "pages/login": {
  381. "network": "all",
  382. "packages": ["work","mine","health"]
  383. }
  384. },
  385. "globalStyle": {
  386. "navigationBarTextStyle": "black",
  387. "navigationBarTitleText": "RuoYi",
  388. "navigationBarBackgroundColor": "#FFFFFF"
  389. }
  390. }