pages.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  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. "path": "pages/myApply/index",
  77. "style": {
  78. "navigationBarTitleText": "我的报名"
  79. }
  80. }
  81. ]
  82. },
  83. {
  84. "root": "pasbrg",
  85. "name": "regmeeting",
  86. "pages": [
  87. {
  88. "path": "pages/regmeeting/index",
  89. "style": {
  90. "navigationBarTitleText": "报名详情"
  91. }
  92. },
  93. {
  94. "path": "pages/regtheme/index",
  95. "style": {
  96. "navigationBarTitleText": "报名"
  97. }
  98. },
  99. {
  100. "path": "pages/regtheme/mytheme",
  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/my/index",
  126. "text": "我的",
  127. "iconPath": "static/images/tabbar/my_default_3x.png",
  128. "selectedIconPath": "static/images/tabbar/my_selected_3x.png"
  129. }
  130. ]
  131. },
  132. "condition": {
  133. "current": 0,
  134. "list": [
  135. {
  136. "name": "交流材料汇编",
  137. "path": "pages/tabbar/my/index",
  138. "query": ""
  139. }
  140. ]
  141. },
  142. "resizable": true
  143. }