pages.json 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327
  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/login",
  19. "style": {
  20. "navigationBarTitleText": "登录",
  21. "navigationStyle": "custom"
  22. }
  23. },
  24. {
  25. "path": "pages/tlogin",
  26. "style": {
  27. "navigationBarTitleText": "登录",
  28. "navigationStyle": "custom"
  29. }
  30. },
  31. {
  32. "path": "pages/register",
  33. "style": {
  34. "navigationBarTitleText": "注册",
  35. "navigationStyle": "custom"
  36. }
  37. },
  38. {
  39. "path": "pages/agreement",
  40. "style": {
  41. "navigationBarTitleText": "用户协议及隐私条款"
  42. }
  43. },
  44. {
  45. "path": "pages/mine/index",
  46. "style": {
  47. "navigationBarTitleText": "我的"
  48. }
  49. }, {
  50. "path": "pages/mine/avatar/index",
  51. "style": {
  52. "navigationBarTitleText": "修改头像"
  53. }
  54. }, {
  55. "path": "pages/mine/info/index",
  56. "style": {
  57. "navigationBarTitleText": "个人信息"
  58. }
  59. }, {
  60. "path": "pages/mine/info/edit",
  61. "style": {
  62. "navigationBarTitleText": "编辑资料"
  63. }
  64. }, {
  65. "path": "pages/mine/pwd/index",
  66. "style": {
  67. "navigationBarTitleText": "修改密码"
  68. }
  69. }, {
  70. "path": "pages/mine/setting/index",
  71. "style": {
  72. "navigationBarTitleText": "应用设置"
  73. }
  74. }, {
  75. "path": "pages/mine/help/index",
  76. "style": {
  77. "navigationBarTitleText": "常见问题"
  78. }
  79. }, {
  80. "path": "pages/mine/about/index",
  81. "style": {
  82. "navigationBarTitleText": "关于我们"
  83. }
  84. }, {
  85. "path": "pages/common/webview/index",
  86. "style": {
  87. "navigationBarTitleText": "浏览网页"
  88. }
  89. }, {
  90. "path": "pages/common/textview/index",
  91. "style": {
  92. "navigationBarTitleText": "浏览文本"
  93. }
  94. }],
  95. "subPackages": [
  96. {"root": "health",
  97. "pages": [
  98. {
  99. "path": "pages/health/detail",
  100. "style": {
  101. "navigationBarTitleText": "健康档案",
  102. "navigationStyle": "custom",
  103. "h5":{"titleNView":false}
  104. }
  105. }
  106. ]
  107. },
  108. {
  109. "root": "work",
  110. "pages": [
  111. {
  112. "path": "pages/clean/index",
  113. "style": {
  114. "navigationBarTitleText": "家政服务",
  115. "h5":{"titleNView":false}
  116. }
  117. },
  118. {
  119. "path": "pages/clean/detail",
  120. "style": {
  121. "navigationBarTitleText": "家政服务",
  122. "navigationStyle": "custom",
  123. "h5":{"titleNView":false}
  124. }
  125. },{
  126. "path": "pages/service/warranty",
  127. "style": {
  128. "navigationBarTitleText": "物业报修",
  129. "h5":{"titleNView":false}
  130. }
  131. },
  132. {
  133. "path": "pages/service/warrantydetail",
  134. "style": {
  135. "navigationBarTitleText": "我要报修",
  136. "navigationStyle": "custom",
  137. "h5":{"titleNView":false}
  138. }
  139. },
  140. {
  141. "path": "pages/service/warrantyadd",
  142. "style": {
  143. "navigationBarTitleText": "我要报修",
  144. "h5":{"titleNView":false}
  145. }
  146. },
  147. {
  148. "path": "pages/visitor/index",
  149. "style": {
  150. "navigationBarTitleText": "访客邀请",
  151. "navigationStyle": "custom",
  152. "h5":{"titleNView":false}
  153. }
  154. },
  155. {
  156. "path": "pages/visitor/vadd",
  157. "style": {
  158. "navigationBarTitleText": "邀请访客",
  159. "h5":{"titleNView":false}
  160. }
  161. },
  162. {
  163. "path": "pages/visitor/vlist",
  164. "style": {
  165. "navigationBarTitleText": "访客记录",
  166. "h5":{"titleNView":false}
  167. }
  168. },
  169. {
  170. "path": "pages/visitor/vdetail",
  171. "style": {
  172. "navigationBarTitleText": "访客信息",
  173. "navigationStyle": "custom",
  174. "h5":{"titleNView":false}
  175. }
  176. },
  177. {
  178. "path": "pages/visitor/vshare",
  179. "style": {
  180. "navigationBarTitleText": "地址分享",
  181. "navigationStyle": "custom",
  182. "h5":{"titleNView":false}
  183. }
  184. }
  185. ]
  186. },{
  187. "root": "news",
  188. "pages": [
  189. {
  190. "path": "pages/news/newssq",
  191. "style": {
  192. "navigationBarTitleText": "社区资讯",
  193. "h5":{"titleNView":false}
  194. }
  195. },
  196. {
  197. "path": "pages/news/detail",
  198. "style": {
  199. "navigationBarTitleText": "公告",
  200. "h5":{"titleNView":false}
  201. }
  202. },
  203. {
  204. "path": "pages/news/newsdj",
  205. "style": {
  206. "navigationBarTitleText": "党建资讯",
  207. "h5":{"titleNView":false}
  208. }
  209. },
  210. {
  211. "path": "pages/complaint/index",
  212. "style": {
  213. "navigationBarTitleText": "投诉建议",
  214. "h5":{"titleNView":false}
  215. }
  216. },
  217. {
  218. "path": "pages/complaint/detail",
  219. "style": {
  220. "navigationBarTitleText": "投诉建议",
  221. "h5":{"titleNView":false}
  222. }
  223. },
  224. {
  225. "path": "pages/complaint/add",
  226. "style": {
  227. "navigationBarTitleText": "新增投诉建议",
  228. "h5":{"titleNView":false}
  229. }
  230. }
  231. // {
  232. // "path": "pages/news/newsadd",
  233. // "style": {
  234. // "navigationBarTitleText": "新增投诉建议",
  235. // "h5":{"titleNView":false}
  236. // }
  237. // }
  238. ]
  239. },
  240. {
  241. "root": "mine",
  242. "pages": [
  243. {
  244. "path": "pages/house/index",
  245. "style": {
  246. "navigationBarTitleText": "我的房屋",
  247. "navigationBarTextStyle": "black",
  248. "navigationStyle": "custom"
  249. }
  250. },
  251. {
  252. "path": "pages/house/addhouse",
  253. "style": {
  254. "navigationBarTitleText": "我的房屋",
  255. "h5":{"titleNView":false}
  256. }
  257. },
  258. {
  259. "path": "pages/house/address",
  260. "style": {
  261. "navigationBarTitleText": "收货地址",
  262. "h5":{"titleNView":false}
  263. }
  264. },
  265. {
  266. "path": "pages/house/addaddress",
  267. "style": {
  268. "navigationBarTitleText": "新建地址",
  269. "h5":{"titleNView":false}
  270. }
  271. },
  272. {
  273. "path": "pages/car/index",
  274. "style": {
  275. "navigationBarTitleText": "我的车辆",
  276. "h5":{"titleNView":false}
  277. }
  278. },
  279. {
  280. "path": "pages/car/addcar",
  281. "style": {
  282. "navigationBarTitleText": "添加车辆",
  283. "h5":{"titleNView":false}
  284. }
  285. },
  286. {
  287. "path": "pages/car/charge",
  288. "style": {
  289. "navigationBarTitleText": "充电中",
  290. "h5":{"titleNView":false}
  291. }
  292. },
  293. {
  294. "path": "pages/delivery/index",
  295. "style": {
  296. "navigationBarTitleText": "我的快递",
  297. "h5":{"titleNView":false}
  298. }
  299. },
  300. {
  301. "path": "pages/delivery/detail",
  302. "style": {
  303. "navigationBarTitleText": "运单详情",
  304. "h5":{"titleNView":false}
  305. }
  306. }
  307. ]
  308. }
  309. ],
  310. "preloadRule":{
  311. "/pages/index/index": {
  312. "network": "all",
  313. "packages": ["work","mine","health"]
  314. },
  315. "pages/login": {
  316. "network": "all",
  317. "packages": ["work","mine","health"]
  318. }
  319. },
  320. "globalStyle": {
  321. "navigationBarTextStyle": "black",
  322. "navigationBarTitleText": "RuoYi",
  323. "navigationBarBackgroundColor": "#FFFFFF"
  324. }
  325. }