pages.json 3.0 KB

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