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

63 lines
1.5 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
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. "path": "pages/goodsDetail/goodsDetail",
  27. "style": {
  28. "navigationBarTitleText": "商品详情",
  29. "backgroundColor": "#F5F5F5"
  30. }
  31. }
  32. ],
  33. "globalStyle": {
  34. "navigationBarTextStyle": "black",
  35. "navigationBarTitleText": "uView",
  36. "navigationBarBackgroundColor": "#fff",
  37. "backgroundColor": "#fff"
  38. },
  39. "tabBar": {
  40. "color": "#909399",
  41. "selectedColor": "#303133",
  42. "borderStyle": "black",
  43. "backgroundColor": "#ffffff",
  44. "list": [{
  45. "pagePath": "pages/index/index",
  46. "iconPath": "static/tabbar/index.png",
  47. "selectedIconPath": "static/tabbar/index-selected.png",
  48. "text": "首页"
  49. }, {
  50. "pagePath": "pages/order/index",
  51. "iconPath": "static/tabbar/center.png",
  52. "selectedIconPath": "static/tabbar/center-selected.png",
  53. "text": "订单"
  54. },
  55. {
  56. "pagePath": "pages/center/index",
  57. "iconPath": "static/tabbar/center.png",
  58. "selectedIconPath": "static/tabbar/center-selected.png",
  59. "text": "我的"
  60. }
  61. ]
  62. }
  63. }