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.

45 lines
1.1 KiB

2 months ago
2 months ago
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. "login/loginwx",
  13. "authentication/authentication",
  14. "authentication/comp/select1",
  15. "authentication/comp/select2",
  16. "authentication/comp/select3"
  17. ]
  18. }
  19. ],
  20. "window": {
  21. "navigationBarTextStyle": "black",
  22. "navigationBarTitleText": "uni-app",
  23. "navigationBarBackgroundColor": "#F8F8F8",
  24. "backgroundColor": "#F8F8F8"
  25. },
  26. "tabBar": {
  27. "color": "#999999",
  28. "selectedColor": "#DE3A26",
  29. "backgroundColor": "#FFFFFF",
  30. "list": [
  31. {
  32. "pagePath": "pages/tabbar/index/index",
  33. "text": "首页",
  34. "iconPath": "static/images/tabbar/btn_shouye_nor.png",
  35. "selectedIconPath": "static/images/tabbar/btn_shouye_cli.png"
  36. },
  37. {
  38. "pagePath": "pages/tabbar/mine/mine",
  39. "text": "我的",
  40. "iconPath": "static/images/tabbar/btn_wode_nor.png",
  41. "selectedIconPath": "static/images/tabbar/btn_wode_cli.png"
  42. }
  43. ]
  44. },
  45. "usingComponents": {}
  46. }