pages.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/tabbar/index/index",
  5. "style": {
  6. "navigationBarTitleText": "交通强国"
  7. }
  8. },
  9. {
  10. "path": "pages/tabbar/news/index",
  11. "style": {
  12. "navigationBarTitleText": "资讯"
  13. }
  14. },
  15. {
  16. "path": "pages/tabbar/my/index",
  17. "style": {
  18. "navigationBarTitleText": "我的"
  19. }
  20. }
  21. ],
  22. "subPackages": [
  23. {
  24. "root": "pasb",
  25. "name": "sub-1",
  26. "pages": [
  27. {
  28. "path": "pages/detail/index",
  29. "style": {
  30. "navigationBarTitleText": ""
  31. }
  32. }
  33. ]
  34. },
  35. {
  36. "root": "pasb",
  37. "name": "sub-2",
  38. "pages": [
  39. {
  40. "path": "pages/file/index",
  41. "style": {
  42. "navigationBarTitleText": "交流材料汇编"
  43. }
  44. }
  45. ]
  46. },
  47. {
  48. "root": "pasb",
  49. "name": "sub-3",
  50. "pages": [
  51. {
  52. "path": "pages/login/index",
  53. "style": {
  54. "navigationBarTitleText": "微信登录"
  55. }
  56. }
  57. ]
  58. },
  59. {
  60. "root": "pasb",
  61. "name": "sub-4",
  62. "pages": [
  63. {
  64. "path": "pages/regist/index",
  65. "style": {
  66. "navigationBarTitleText": "会议报名"
  67. }
  68. }
  69. ]
  70. },
  71. {
  72. "root": "pasb",
  73. "name": "sub-5",
  74. "pages": [
  75. {
  76. "path": "pages/meeting-info/index",
  77. "style": {
  78. "navigationBarTitleText": "大会介绍"
  79. }
  80. }
  81. ]
  82. }
  83. ],
  84. "globalStyle": {
  85. "navigationBarTextStyle": "#fefefe",
  86. "navigationBarBackgroundColor": "#005598",
  87. "backgroundColor": "#f2f2f2"
  88. },
  89. "tabBar": {
  90. "color": "#7f8389",
  91. "selectedColor": "#465CFF",
  92. "backgroundColor": "#f7f7fa",
  93. "list": [
  94. {
  95. "pagePath": "pages/tabbar/index/index",
  96. "text": "首页",
  97. "iconPath": "static/images/tabbar/assembly_default_3x.png",
  98. "selectedIconPath": "static/images/tabbar/assembly_selected_3x.png"
  99. },
  100. {
  101. "pagePath": "pages/tabbar/news/index",
  102. "text": "资讯",
  103. "iconPath": "static/images/tabbar/layout_default_3x.png",
  104. "selectedIconPath": "static/images/tabbar/layout_selected_3x.png"
  105. },
  106. {
  107. "pagePath": "pages/tabbar/my/index",
  108. "text": "我的",
  109. "iconPath": "static/images/tabbar/my_default_3x.png",
  110. "selectedIconPath": "static/images/tabbar/my_selected_3x.png"
  111. }
  112. ]
  113. },
  114. "condition": {
  115. "current": 0,
  116. "list": [
  117. {
  118. "name": "交流材料汇编",
  119. "path": "pages/tabbar/my/index",
  120. "query": ""
  121. }
  122. ]
  123. },
  124. "resizable": true
  125. }