pages.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": "",
  6. "navigationStyle": "custom",
  7. "navigationBarTextStyle": "white"
  8. }
  9. },
  10. {
  11. "path": "pages/selfCenter/index",
  12. "style": {
  13. "navigationBarTitleText": "我的",
  14. "navigationStyle": "custom",
  15. "navigationBarTextStyle": "white"
  16. }
  17. },
  18. {
  19. "path": "pages/selfCenter/with_house",
  20. "style": {
  21. "navigationBarTitleText": "关联住房",
  22. "navigationBarBackgroundColor": "#02A7F0",
  23. "navigationBarTextStyle": "white"
  24. }
  25. },
  26. {
  27. "path": "pages/selfCenter/my_fix",
  28. "style": {
  29. "navigationBarTitleText": "我的报修",
  30. "navigationBarBackgroundColor": "#02A7F0",
  31. "navigationBarTextStyle": "white"
  32. }
  33. },
  34. {
  35. "path": "pages/auth/index",
  36. "style": {
  37. "navigationBarTitleText": "授权"
  38. }
  39. },
  40. {
  41. "path": "pages/heatingPage/list",
  42. "style": {
  43. "navigationBarTitleText": "缴费订单"
  44. }
  45. },
  46. {
  47. "path": "pages/heatingPage/reportFix",
  48. "style": {
  49. "navigationBarTitleText": "一键报修"
  50. }
  51. },
  52. {
  53. "path": "pages/heatingPage/pay",
  54. "style": {
  55. "navigationBarTitleText": "供暖订单"
  56. }
  57. }
  58. ],
  59. "globalStyle": {
  60. "navigationBarTextStyle": "black",
  61. "navigationBarTitleText": "聚达康暖通",
  62. "navigationBarBackgroundColor": "#F8F8F8",
  63. "backgroundColor": "#F8F8F8"
  64. },
  65. "tabBar": {
  66. "list": [{
  67. "pagePath": "pages/index/index",
  68. "iconPath": "/static/tabbar/home-select.png",
  69. "selectedIconPath": "/static/tabbar/home-selected.png",
  70. "text": "首页"
  71. },
  72. {
  73. "pagePath": "pages/selfCenter/index",
  74. "iconPath": "/static/tabbar/user-select.png",
  75. "selectedIconPath": "/static/tabbar/user-selected.png",
  76. "text": "我的"
  77. }
  78. ]
  79. }
  80. }