pages.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "easycom": {
  3. "^tm-(.*)": "@/tm-vuetify/components/tm-$1/tm-$1.vue"
  4. },
  5. "pages": [{
  6. "path": "pages/index/index",
  7. "style": {
  8. "navigationBarTitleText": "首页",
  9. "style": {
  10. "navigationBarTitleText": "首页",
  11. "enablePullDownRefresh": true
  12. }
  13. }
  14. },
  15. {
  16. "path": "pages/wardrobe/index",
  17. "style": {
  18. "navigationBarTitleText": "衣厨"
  19. }
  20. },
  21. {
  22. "path": "pages/message/index",
  23. "style": {
  24. "navigationBarTitleText": "消息"
  25. }
  26. },
  27. {
  28. "path": "pages/shop/index",
  29. "style": {
  30. "navigationBarTitleText": "商场"
  31. }
  32. },
  33. {
  34. "path": "pages/user/index",
  35. "style": {
  36. "navigationBarTitleText": "我的"
  37. }
  38. }
  39. ],
  40. "tabBar": { //底部样式
  41. "color": "#999",
  42. "selectedColor": "#82cfd5",
  43. "borderStyle": "#fff",
  44. "backgroundColor": "white",
  45. "iconfontSrc": "static/icon/iconfont.ttf",
  46. "list": [{
  47. "pagePath": "pages/index/index",
  48. "text": "首页",
  49. "iconfont": {
  50. "text": "\ueaf0",
  51. "selectedText": "\ueaf0",
  52. "selectedColor": "#82cfd5"
  53. },
  54. "iconPath":"/static/aa.png",
  55. "selectedIconPath":"./static/logo.png"
  56. },
  57. {
  58. "pagePath": "pages/wardrobe/index",
  59. "text": "衣厨",
  60. "iconfont": {
  61. "text": "\ue60d",
  62. "selectedText": "\ue60d",
  63. "selectedColor": "#82cfd5"
  64. }
  65. },
  66. {
  67. "pagePath": "pages/message/index",
  68. "text": "消息",
  69. "iconfont": {
  70. "text": "\ue629",
  71. "selectedText": "\ue629",
  72. "selectedColor": "#82cfd5"
  73. }
  74. },
  75. {
  76. "pagePath": "pages/shop/index",
  77. "text": "商场",
  78. "iconfont": {
  79. "text": "\ue687",
  80. "selectedText": "\ue687",
  81. "selectedColor": "#82cfd5"
  82. }
  83. },
  84. {
  85. "pagePath": "pages/user/index",
  86. "text": "我的",
  87. "iconfont": {
  88. "text": "\ue6e0",
  89. "selectedText": "\ue6e0",
  90. "selectedColor": "#82cfd5"
  91. }
  92. }
  93. ]
  94. },
  95. "globalStyle": {
  96. "navigationBarTextStyle": "black",
  97. "navigationBarTitleText": "uni-app",
  98. "navigationBarBackgroundColor": "#F8F8F8",
  99. "backgroundColor": "#F8F8F8"
  100. }
  101. }