物流
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.

73 lines
1.8 KiB

4 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. "navigationBarBackgroundColor":"#2979FF",
  11. "navigationBarTextStyle":"white"
  12. }
  13. },
  14. {
  15. "path": "pages/work/index",
  16. "style": {
  17. "navigationBarTitleText": "工作组"
  18. }
  19. },
  20. {
  21. "path": "pages/statistics/index",
  22. "style": {
  23. "navigationBarTitleText": "统计"
  24. }
  25. },
  26. {
  27. "path": "pages/my/index",
  28. "style": {
  29. "navigationBarTitleText": "我的"
  30. }
  31. },
  32. {
  33. "path": "pages/login/index",
  34. "style": {
  35. "navigationBarTitleText": "登录",
  36. "enablePullDownRefresh": true
  37. }
  38. }
  39. ],
  40. "globalStyle": {
  41. "navigationBarTextStyle": "black",
  42. "navigationBarTitleText": "logisticsSystem",
  43. "navigationBarBackgroundColor": "#FFFFFF",
  44. "backgroundColor": "#F8F8F8"
  45. },
  46. "tabBar": {
  47. "color": "#333333",
  48. "selectedColor": "#1998FE",
  49. "borderStyle": "black",
  50. "backgroundColor": "#ffffff",
  51. "list": [{
  52. "pagePath": "pages/index/index",
  53. "iconPath": "static/tabbar/home.png",
  54. "selectedIconPath": "static/tabbar/home-active.png",
  55. "text": "记录"
  56. },{
  57. "pagePath": "pages/work/index",
  58. "iconPath": "static/tabbar/find.png",
  59. "selectedIconPath": "static/tabbar/find-active.png",
  60. "text": "工作组"
  61. },{
  62. "pagePath": "pages/statistics/index",
  63. "iconPath": "static/tabbar/find.png",
  64. "selectedIconPath": "static/tabbar/home-active.png",
  65. "text": "统计"
  66. },{
  67. "pagePath": "pages/my/index",
  68. "iconPath": "static/tabbar/find.png",
  69. "selectedIconPath": "static/tabbar/find-active.png",
  70. "text": "我的"
  71. }]
  72. }
  73. }