pages.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": "首页"
  6. }
  7. },
  8. {
  9. "path": "pages/category/index",
  10. "style": {
  11. "navigationBarTitleText": "分类"
  12. }
  13. },
  14. {
  15. "path": "pages/service/index",
  16. "style": {
  17. "navigationBarTitleText": "售后"
  18. }
  19. },
  20. {
  21. "path": "pages/my/index",
  22. "style": {
  23. "navigationBarTitleText": "我的"
  24. }
  25. },
  26. {
  27. "path": "pages/map/index",
  28. "style": {
  29. "navigationBarTitleText": "地图"
  30. }
  31. },
  32. {
  33. "path": "pages/my/huiBen_record/index",
  34. "style": {
  35. "navigationBarTitleText": "绘本记录"
  36. }
  37. },
  38. {
  39. "path": "pages/my/charge/index",
  40. "style": {
  41. "navigationBarTitleText": "充值次数"
  42. }
  43. },
  44. {
  45. "path": "pages/my/userInfo/index",
  46. "style": {
  47. "navigationBarTitleText": "个人资料"
  48. }
  49. },
  50. {
  51. "path": "pages/index/genHuiBen/index",
  52. "style": {
  53. "navigationBarTitleText": "绘本生成"
  54. }
  55. },
  56. {
  57. "path": "pages/index/genRes/index",
  58. "style": {
  59. "navigationBarTitleText": "绘本生成"
  60. }
  61. }
  62. ],
  63. "globalStyle": {
  64. "navigationBarTextStyle": "black",
  65. "navigationBarTitleText": "uni-app",
  66. "navigationBarBackgroundColor": "#F8F8F8",
  67. "backgroundColor": "#F8F8F8",
  68. "navigationStyle": "custom",
  69. "app-plus": {
  70. "background": "#efeff4"
  71. }
  72. },
  73. "tabBar": {
  74. "custom": true,
  75. "color": "black", //字体颜色
  76. "selectedColor": "#0000ff", //选中时字体颜色
  77. "borderStyle": "black", //底部的上边框线条
  78. "backgroundColor": "#fff", //底部背景色
  79. "fontSize": "12px", //字体大小
  80. "spacing": "5px", //字体到图标的距离
  81. "height": "50px", //底部高
  82. "list": [{
  83. "pagePath": "pages/index/index",
  84. "text": "首页",
  85. "iconPath": "static/tabbar/index.png",
  86. "selectedIconPath": "static/tabbar/index_a.png"
  87. },
  88. // {
  89. // "pagePath": "pages/category/index",
  90. // "text": "分类",
  91. // "iconPath": "static/tabbar/cat.png",
  92. // "selectedIconPath": "static/tabbar/cat_a.png"
  93. // },
  94. // {
  95. // "pagePath": "pages/service/index",
  96. // "text": "售后",
  97. // "iconPath": "static/tabbar/service.png",
  98. // "selectedIconPath": "static/tabbar/service_a.png"
  99. // },
  100. {
  101. "pagePath": "pages/my/index",
  102. "text": "我的",
  103. "iconPath": "static/tabbar/my.png",
  104. "selectedIconPath": "static/tabbar/my_a.png"
  105. }
  106. ]
  107. }
  108. }