pages.json 1.3 KB

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