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

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