pages.json 1.4 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/dapei/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. "path": "pages/shouye/index",
  52. "style": {
  53. "navigationBarTitleText": "我的",
  54. "app-plus":{
  55. "titleNView": false
  56. }
  57. }
  58. },
  59. {
  60. "path": "pages/putstorage/index",
  61. "style": {
  62. "navigationBarTitleText": "我的",
  63. "app-plus":{
  64. "titleNView": false
  65. }
  66. }
  67. }
  68. ],
  69. "tabBar": {
  70. "color": "#999",
  71. "selectedColor": "#82cfd5",
  72. "borderStyle": "#fff",
  73. "backgroundColor": "white",
  74. "iconfontSrc": "static/icon/iconfont.ttf"
  75. },
  76. "globalStyle": {
  77. "navigationBarTextStyle": "black",
  78. "navigationBarTitleText": "uni-app",
  79. "navigationBarBackgroundColor": "#F8F8F8",
  80. "backgroundColor": "#F8F8F8"
  81. }
  82. }