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.

40 lines
994 B

2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
  1. {
  2. "pages": [
  3. "pages/tabbar/index/index",
  4. "pages/tabbar/mine/mine"
  5. ],
  6. "subPackages": [
  7. {
  8. "root": "pages/subPage",
  9. "pages": [
  10. "notice/notice",
  11. "login/login"
  12. ]
  13. }
  14. ],
  15. "window": {
  16. "navigationBarTextStyle": "black",
  17. "navigationBarTitleText": "uni-app",
  18. "navigationBarBackgroundColor": "#F8F8F8",
  19. "backgroundColor": "#F8F8F8"
  20. },
  21. "tabBar": {
  22. "color": "#999999",
  23. "selectedColor": "#DE3A26",
  24. "backgroundColor": "#FFFFFF",
  25. "list": [
  26. {
  27. "pagePath": "pages/tabbar/index/index",
  28. "text": "首页",
  29. "iconPath": "static/images/tabbar/btn_shouye_nor.png",
  30. "selectedIconPath": "static/images/tabbar/btn_shouye_cli.png"
  31. },
  32. {
  33. "pagePath": "pages/tabbar/mine/mine",
  34. "text": "我的",
  35. "iconPath": "static/images/tabbar/btn_wode_nor.png",
  36. "selectedIconPath": "static/images/tabbar/btn_wode_cli.png"
  37. }
  38. ]
  39. },
  40. "usingComponents": {}
  41. }