pages.json 850 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "easycom": {
  3. "custom": {
  4. "^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
  5. "^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
  6. "^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
  7. }
  8. },
  9. "pages": [
  10. {
  11. "path": "pages/trade/index",
  12. "style": {
  13. "navigationBarTitleText": "AT榜",
  14. "navigationStyle": "custom"
  15. }
  16. }
  17. ],
  18. "tabBar": {
  19. "borderStyle": "black",
  20. "backgroundColor": "#27262C",
  21. "color": "#808080",
  22. "selectedColor": "#fff",
  23. "list": [
  24. {
  25. "pagePath": "pages/trade/index",
  26. "iconPath": "static/image/tabbar/jiaoyi.png",
  27. "selectedIconPath": "static/image/tabbar/jiaoyi-check.png",
  28. "text": "AT榜"
  29. }
  30. ]
  31. },
  32. "globalStyle": {
  33. "navigationBarTextStyle": "black",
  34. "navigationBarTitleText": "uni-app",
  35. "navigationBarBackgroundColor": "#F8F8F8",
  36. "backgroundColor": "#F8F8F8"
  37. }
  38. }