pages.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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. }
  28. },
  29. {
  30. "path": "pages/shop/index",
  31. "style": {
  32. "navigationBarTitleText": "商场"
  33. }
  34. },
  35. {
  36. "path": "pages/user/index",
  37. "style": {
  38. "navigationBarTitleText": "我的"
  39. }
  40. }
  41. ],
  42. "tabBar": { //底部样式
  43. "color": "#999",
  44. "selectedColor": "#82cfd5",
  45. "borderStyle": "#fff",
  46. "backgroundColor": "white",
  47. "iconfontSrc": "static/icon/iconfont.ttf",
  48. "list": [{
  49. "pagePath": "pages/index/index",
  50. "iconPath":"/static/aa.png",
  51. "selectedIconPath":"./static/logo.png"
  52. },
  53. {
  54. "pagePath": "pages/wardrobe/index",
  55. "iconPath":"/static/aa.png",
  56. "selectedIconPath":"./static/logo.png"
  57. },
  58. {
  59. "pagePath": "pages/message/index",
  60. "iconPath":"/static/aa.png",
  61. "selectedIconPath":"./static/logo.png"
  62. },
  63. {
  64. "pagePath": "pages/shop/index",
  65. "iconPath":"/static/aa.png",
  66. "selectedIconPath":"./static/logo.png"
  67. },
  68. {
  69. "pagePath": "pages/user/index",
  70. "iconPath":"/static/aa.png",
  71. "selectedIconPath":"./static/logo.png"
  72. }
  73. ]
  74. },
  75. "globalStyle": {
  76. "navigationBarTextStyle": "black",
  77. "navigationBarTitleText": "uni-app",
  78. "navigationBarBackgroundColor": "#F8F8F8",
  79. "backgroundColor": "#F8F8F8"
  80. }
  81. }