投屏H5端
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.

44 lines
1.1 KiB

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": "领峰UI",
  10. "enablePullDownRefresh": true
  11. }
  12. },
  13. {
  14. "path": "pages/login/index",
  15. "style": {
  16. "navigationBarTitleText": "登录",
  17. "enablePullDownRefresh": true
  18. }
  19. }
  20. ],
  21. "globalStyle": {
  22. "navigationBarTextStyle": "black",
  23. "navigationBarTitleText": "领峰UI",
  24. "navigationBarBackgroundColor": "#FFFFFF",
  25. "backgroundColor": "#F8F8F8"
  26. },
  27. "tabBar": {
  28. "color": "#333333",
  29. "selectedColor": "#1998FE",
  30. "borderStyle": "black",
  31. "backgroundColor": "#ffffff",
  32. "list": [{
  33. "pagePath": "pages/index/index",
  34. "iconPath": "static/tabbar/home.png",
  35. "selectedIconPath": "static/tabbar/home-active.png",
  36. "text": "首页"
  37. },{
  38. "pagePath": "pages/login/index",
  39. "iconPath": "static/tabbar/find.png",
  40. "selectedIconPath": "static/tabbar/find-active.png",
  41. "text": "登录"
  42. }]
  43. }
  44. }