时空网前端
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.

56 lines
1.4 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
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. "enablePullDownRefresh": true
  11. }
  12. },
  13. {
  14. "path": "pages/order/index",
  15. "style": {
  16. "navigationBarTitleText": "我的订单"
  17. }
  18. },
  19. {
  20. "path": "pages/center/index",
  21. "style": {
  22. "navigationBarTitleText": "我的"
  23. }
  24. }
  25. ],
  26. "globalStyle": {
  27. "navigationBarTextStyle": "black",
  28. "navigationBarTitleText": "uView",
  29. "navigationBarBackgroundColor": "#fff",
  30. "backgroundColor": "#fff"
  31. },
  32. "tabBar": {
  33. "color": "#909399",
  34. "selectedColor": "#303133",
  35. "borderStyle": "black",
  36. "backgroundColor": "#ffffff",
  37. "list": [{
  38. "pagePath": "pages/index/index",
  39. "iconPath": "static/tabbar/index.png",
  40. "selectedIconPath": "static/tabbar/index-selected.png",
  41. "text": "首页"
  42. }, {
  43. "pagePath": "pages/order/index",
  44. "iconPath": "static/tabbar/center.png",
  45. "selectedIconPath": "static/tabbar/center-selected.png",
  46. "text": "订单"
  47. },
  48. {
  49. "pagePath": "pages/center/index",
  50. "iconPath": "static/tabbar/center.png",
  51. "selectedIconPath": "static/tabbar/center-selected.png",
  52. "text": "我的"
  53. }
  54. ]
  55. }
  56. }