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.

51 lines
1.4 KiB

2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
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. "mp_ecard_sdk/index/index"
  6. ],
  7. "subPackages": [
  8. {
  9. "root": "pages/subPage",
  10. "pages": [
  11. "notice/notice",
  12. "login/login",
  13. "notice/noticeDetail",
  14. "authentication/authentication",
  15. "authentication/comp/select1",
  16. "authentication/comp/select2",
  17. "authentication/comp/select3",
  18. "privacyAgreement/privacyAgreement",
  19. "ballots/ballotsList/ballotsList",
  20. "ballots/vote/vote",
  21. "ballots/vote/voteReslut"
  22. ]
  23. }
  24. ],
  25. "window": {
  26. "navigationBarTextStyle": "black",
  27. "navigationBarTitleText": "uni-app",
  28. "navigationBarBackgroundColor": "#ffffff",
  29. "backgroundColor": "#F8F8F8"
  30. },
  31. "tabBar": {
  32. "color": "#999999",
  33. "selectedColor": "#DE3A26",
  34. "backgroundColor": "#FFFFFF",
  35. "list": [
  36. {
  37. "pagePath": "pages/tabbar/index/index",
  38. "text": "首页",
  39. "iconPath": "static/images/tabbar/btn_shouye_nor.png",
  40. "selectedIconPath": "static/images/tabbar/btn_shouye_cli.png"
  41. },
  42. {
  43. "pagePath": "pages/tabbar/mine/mine",
  44. "text": "我的",
  45. "iconPath": "static/images/tabbar/btn_wode_nor.png",
  46. "selectedIconPath": "static/images/tabbar/btn_wode_cli.png"
  47. }
  48. ]
  49. },
  50. "permission": {},
  51. "usingComponents": {}
  52. }