pages.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  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. "path": "pages/regtheme/index",
  113. "style": {
  114. "navigationBarTitleText": "报名"
  115. }
  116. },
  117. {
  118. "path": "pages/regtheme/mytheme",
  119. "style": {
  120. "navigationBarTitleText": "我的报名"
  121. }
  122. }
  123. ]
  124. }
  125. ],
  126. "globalStyle": {
  127. "navigationBarTextStyle": "#fefefe",
  128. "navigationBarBackgroundColor": "#005598",
  129. "backgroundColor": "#f2f2f2"
  130. },
  131. "tabBar": {
  132. "color": "#7f8389",
  133. "selectedColor": "#465CFF",
  134. "backgroundColor": "#f7f7fa",
  135. "list": [
  136. {
  137. "pagePath": "pages/tabbar/index/index",
  138. "text": "首页",
  139. "iconPath": "static/images/tabbar/assembly_default_3x.png",
  140. "selectedIconPath": "static/images/tabbar/assembly_selected_3x.png"
  141. },
  142. {
  143. "pagePath": "pages/tabbar/my/index",
  144. "text": "我的",
  145. "iconPath": "static/images/tabbar/my_default_3x.png",
  146. "selectedIconPath": "static/images/tabbar/my_selected_3x.png"
  147. }
  148. ]
  149. },
  150. "condition": {
  151. "current": 0,
  152. "list": [
  153. {
  154. "name": "交流材料汇编",
  155. "path": "pages/tabbar/my/index",
  156. "query": ""
  157. }
  158. ]
  159. },
  160. "resizable": true
  161. }