时空网前端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

55 lines
1.3 KiB

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/index/index",
  8. "style": {
  9. "navigationBarTitleText": "首页"
  10. }
  11. },
  12. {
  13. "path": "pages/order/index",
  14. "style": {
  15. "navigationBarTitleText": "我的订单"
  16. }
  17. },
  18. {
  19. "path": "pages/center/index",
  20. "style": {
  21. "navigationBarTitleText": "我的"
  22. }
  23. }
  24. ],
  25. "globalStyle": {
  26. "navigationBarTextStyle": "black",
  27. "navigationBarTitleText": "uView",
  28. "navigationBarBackgroundColor": "#fff",
  29. "backgroundColor": "#fff"
  30. },
  31. "tabBar": {
  32. "color": "#909399",
  33. "selectedColor": "#303133",
  34. "borderStyle": "black",
  35. "backgroundColor": "#ffffff",
  36. "list": [{
  37. "pagePath": "pages/index/index",
  38. "iconPath": "static/tabbar/index.png",
  39. "selectedIconPath": "static/tabbar/index-selected.png",
  40. "text": "首页"
  41. }, {
  42. "pagePath": "pages/order/index",
  43. "iconPath": "static/tabbar/center.png",
  44. "selectedIconPath": "static/tabbar/center-selected.png",
  45. "text": "订单"
  46. },
  47. {
  48. "pagePath": "pages/center/index",
  49. "iconPath": "static/tabbar/center.png",
  50. "selectedIconPath": "static/tabbar/center-selected.png",
  51. "text": "我的"
  52. }
  53. ]
  54. }
  55. }