pages.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. "path": "pages/detail/index",
  23. "style": {
  24. "navigationBarTitleText": "资讯详情"
  25. }
  26. }
  27. ],
  28. "subPackages": [],
  29. "globalStyle": {
  30. "navigationBarTextStyle": "black",
  31. "navigationBarTitleText": "uView",
  32. "navigationBarBackgroundColor": "#005598",
  33. "backgroundColor": "#f2f2f2"
  34. },
  35. "tabBar": {
  36. "color": "#7f8389",
  37. "selectedColor": "#465CFF",
  38. "backgroundColor": "#f7f7fa",
  39. "list": [{
  40. "pagePath": "pages/tabbar/index/index",
  41. "text": "首页",
  42. "iconPath": "static/images/tabbar/assembly_default_3x.png",
  43. "selectedIconPath": "static/images/tabbar/assembly_selected_3x.png"
  44. },
  45. {
  46. "pagePath": "pages/tabbar/news/index",
  47. "text": "资讯",
  48. "iconPath": "static/images/tabbar/layout_default_3x.png",
  49. "selectedIconPath": "static/images/tabbar/layout_selected_3x.png"
  50. },
  51. {
  52. "pagePath": "pages/tabbar/my/index",
  53. "text": "我的",
  54. "iconPath": "static/images/tabbar/my_default_3x.png",
  55. "selectedIconPath": "static/images/tabbar/my_selected_3x.png"
  56. }
  57. ]
  58. },
  59. "resizable": true
  60. }