pages.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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. "globalStyle": {
  49. "navigationBarTextStyle": "#fefefe",
  50. "navigationBarBackgroundColor": "#005598",
  51. "backgroundColor": "#f2f2f2"
  52. },
  53. "tabBar": {
  54. "color": "#7f8389",
  55. "selectedColor": "#465CFF",
  56. "backgroundColor": "#f7f7fa",
  57. "list": [{
  58. "pagePath": "pages/tabbar/index/index",
  59. "text": "首页",
  60. "iconPath": "static/images/tabbar/assembly_default_3x.png",
  61. "selectedIconPath": "static/images/tabbar/assembly_selected_3x.png"
  62. },
  63. {
  64. "pagePath": "pages/tabbar/news/index",
  65. "text": "资讯",
  66. "iconPath": "static/images/tabbar/layout_default_3x.png",
  67. "selectedIconPath": "static/images/tabbar/layout_selected_3x.png"
  68. },
  69. {
  70. "pagePath": "pages/tabbar/my/index",
  71. "text": "我的",
  72. "iconPath": "static/images/tabbar/my_default_3x.png",
  73. "selectedIconPath": "static/images/tabbar/my_selected_3x.png"
  74. }
  75. ]
  76. },
  77. "resizable": true
  78. }