pages.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/bluetooth/index/index",
  5. "style": {
  6. "navigationBarTitleText": "首页"
  7. }
  8. },
  9. {
  10. "path": "pages/bluetooth/set/set",
  11. "style": {
  12. "navigationBarTitleText": "操作"
  13. }
  14. },
  15. {
  16. "path" : "pages/bluetooth/set/one",
  17. "style" :
  18. {
  19. "navigationBarTitleText" : "设置一"
  20. }
  21. },
  22. {
  23. "path" : "pages/bluetooth/set/two",
  24. "style" :
  25. {
  26. "navigationBarTitleText" : "设置二"
  27. }
  28. },
  29. {
  30. "path" : "pages/bluetooth/set/record",
  31. "style" :
  32. {
  33. "navigationBarTitleText" : ""
  34. }
  35. }
  36. ],
  37. "tabBar": {
  38. "color": "#000000",
  39. "selectedColor": "#000000",
  40. "borderStyle": "white",
  41. "backgroundColor": "#ffffff",
  42. "list": [
  43. {
  44. "pagePath": "pages/bluetooth/index/index",
  45. "iconPath": "static/images/tabbar/ly.png",
  46. "selectedIconPath": "static/images/tabbar/ly_active.png",
  47. "text": "首页"
  48. },
  49. {
  50. "pagePath": "pages/bluetooth/set/set",
  51. "iconPath": "static/images/tabbar/cz.png",
  52. "selectedIconPath": "static/images/tabbar/cz_active.png",
  53. "text": "操作"
  54. },
  55. {
  56. "pagePath": "pages/bluetooth/set/one",
  57. "iconPath": "static/images/tabbar/set.png",
  58. "selectedIconPath": "static/images/tabbar/set_active.png",
  59. "text": "设置一"
  60. },
  61. {
  62. "pagePath": "pages/bluetooth/set/two",
  63. "iconPath": "static/images/tabbar/set.png",
  64. "selectedIconPath": "static/images/tabbar/set_active.png",
  65. "text": "设置二"
  66. },
  67. {
  68. "pagePath": "pages/bluetooth/set/record",
  69. "iconPath": "static/images/tabbar/record.png",
  70. "selectedIconPath": "static/images/tabbar/record_active.png",
  71. "text": "接收"
  72. }
  73. ]
  74. },
  75. "globalStyle": {
  76. "navigationBarTextStyle": "black",
  77. "navigationBarTitleText": "RuoYi",
  78. "navigationBarBackgroundColor": "#FFFFFF"
  79. }
  80. }