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.

52 lines
1.4 KiB

4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 weeks ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 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. "webView/webView",
  22. "ballots/vote/voteReslut"
  23. ]
  24. }
  25. ],
  26. "window": {
  27. "navigationBarTextStyle": "black",
  28. "navigationBarTitleText": "uni-app",
  29. "navigationBarBackgroundColor": "#ffffff",
  30. "backgroundColor": "#F8F8F8"
  31. },
  32. "tabBar": {
  33. "color": "#999999",
  34. "selectedColor": "#DE3A26",
  35. "backgroundColor": "#FFFFFF",
  36. "list": [
  37. {
  38. "pagePath": "pages/tabbar/index/index",
  39. "text": "首页",
  40. "iconPath": "static/images/tabbar/btn_shouye_nor.png",
  41. "selectedIconPath": "static/images/tabbar/btn_shouye_cli.png"
  42. },
  43. {
  44. "pagePath": "pages/tabbar/mine/mine",
  45. "text": "我的",
  46. "iconPath": "static/images/tabbar/btn_wode_nor.png",
  47. "selectedIconPath": "static/images/tabbar/btn_wode_cli.png"
  48. }
  49. ]
  50. },
  51. "permission": {},
  52. "usingComponents": {}
  53. }