pages.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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. "globalStyle": {
  73. "navigationBarTextStyle": "#fefefe",
  74. "navigationBarBackgroundColor": "#005598",
  75. "backgroundColor": "#f2f2f2"
  76. },
  77. "tabBar": {
  78. "color": "#7f8389",
  79. "selectedColor": "#465CFF",
  80. "backgroundColor": "#f7f7fa",
  81. "list": [
  82. {
  83. "pagePath": "pages/tabbar/index/index",
  84. "text": "首页",
  85. "iconPath": "static/images/tabbar/assembly_default_3x.png",
  86. "selectedIconPath": "static/images/tabbar/assembly_selected_3x.png"
  87. },
  88. {
  89. "pagePath": "pages/tabbar/news/index",
  90. "text": "资讯",
  91. "iconPath": "static/images/tabbar/layout_default_3x.png",
  92. "selectedIconPath": "static/images/tabbar/layout_selected_3x.png"
  93. },
  94. {
  95. "pagePath": "pages/tabbar/my/index",
  96. "text": "我的",
  97. "iconPath": "static/images/tabbar/my_default_3x.png",
  98. "selectedIconPath": "static/images/tabbar/my_selected_3x.png"
  99. }
  100. ]
  101. },
  102. "condition": {
  103. "current": 0,
  104. "list": [
  105. {
  106. "name": "交流材料汇编",
  107. "path": "pages/tabbar/my/index",
  108. "query": ""
  109. }
  110. ]
  111. },
  112. "resizable": true
  113. }