pages.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  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. "root": "pasb",
  85. "name": "sub-6",
  86. "pages": [
  87. {
  88. "path": "pages/usr-collect/index",
  89. "style": {
  90. "navigationBarTitleText": "资讯收藏"
  91. }
  92. }
  93. ]
  94. },
  95. {
  96. "root": "pasb",
  97. "name": "sub-7",
  98. "pages": [
  99. {
  100. "path": "pages/usr-trip/index",
  101. "style": {
  102. "navigationBarTitleText": "交通指引"
  103. }
  104. }
  105. ]
  106. }
  107. ],
  108. "globalStyle": {
  109. "navigationBarTextStyle": "#fefefe",
  110. "navigationBarBackgroundColor": "#005598",
  111. "backgroundColor": "#f2f2f2"
  112. },
  113. "tabBar": {
  114. "color": "#7f8389",
  115. "selectedColor": "#465CFF",
  116. "backgroundColor": "#f7f7fa",
  117. "list": [
  118. {
  119. "pagePath": "pages/tabbar/index/index",
  120. "text": "首页",
  121. "iconPath": "static/images/tabbar/assembly_default_3x.png",
  122. "selectedIconPath": "static/images/tabbar/assembly_selected_3x.png"
  123. },
  124. {
  125. "pagePath": "pages/tabbar/news/index",
  126. "text": "资讯",
  127. "iconPath": "static/images/tabbar/layout_default_3x.png",
  128. "selectedIconPath": "static/images/tabbar/layout_selected_3x.png"
  129. },
  130. {
  131. "pagePath": "pages/tabbar/my/index",
  132. "text": "我的",
  133. "iconPath": "static/images/tabbar/my_default_3x.png",
  134. "selectedIconPath": "static/images/tabbar/my_selected_3x.png"
  135. }
  136. ]
  137. },
  138. "condition": {
  139. "current": 0,
  140. "list": [
  141. {
  142. "name": "交流材料汇编",
  143. "path": "pages/tabbar/my/index",
  144. "query": ""
  145. }
  146. ]
  147. },
  148. "resizable": true
  149. }