pages.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. "app-plus":{
  10. "titleNView": false
  11. }
  12. }
  13. },
  14. {
  15. "path": "pages/wardrobe/index",
  16. "style": {
  17. "navigationBarTitleText": "衣厨",
  18. "app-plus":{
  19. "titleNView": false
  20. }
  21. }
  22. },
  23. {
  24. "path": "pages/message/index",
  25. "style": {
  26. "navigationBarTitleText": "消息",
  27. "app-plus":{
  28. "titleNView": false
  29. }
  30. }
  31. },
  32. {
  33. "path": "pages/shop/index",
  34. "style": {
  35. "navigationBarTitleText": "商场",
  36. "app-plus":{
  37. "titleNView": false
  38. }
  39. }
  40. },
  41. {
  42. "path": "pages/user/index",
  43. "style": {
  44. "navigationBarTitleText": "我的",
  45. "app-plus":{
  46. "titleNView": false
  47. }
  48. }
  49. }
  50. ],
  51. "tabBar": { //底部样式
  52. "color": "#999",
  53. "selectedColor": "#82cfd5",
  54. "borderStyle": "#fff",
  55. "backgroundColor": "white",
  56. "iconfontSrc": "static/icon/iconfont.ttf",
  57. "list": [{
  58. "pagePath": "pages/index/index"
  59. },
  60. {
  61. "pagePath": "pages/wardrobe/index"
  62. },
  63. {
  64. "pagePath": "pages/message/index"
  65. },
  66. {
  67. "pagePath": "pages/shop/index"
  68. },
  69. {
  70. "pagePath": "pages/user/index"
  71. }
  72. ]
  73. },
  74. "globalStyle": {
  75. "navigationBarTextStyle": "black",
  76. "navigationBarTitleText": "uni-app",
  77. "navigationBarBackgroundColor": "#F8F8F8",
  78. "backgroundColor": "#F8F8F8"
  79. }
  80. }