木邻有你前端代码仓库
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.

101 lines
2.5 KiB

10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/index/shop",
  5. "pages/index/activity",
  6. "pages/index/community",
  7. "pages/index/my"
  8. ],
  9. "subPackages": [
  10. {
  11. "root": "subPages",
  12. "pages": [
  13. "index/announcement",
  14. "login/login",
  15. "login/userInfo",
  16. "index/announcementDetail",
  17. "index/ranking",
  18. "index/volunteerApply",
  19. "index/organizationIntroduction",
  20. "index/activityCalendar",
  21. "index/activityDetail",
  22. "shop/goodsDetail",
  23. "shop/pointsDetail",
  24. "community/publishPost",
  25. "my/activityFavorites",
  26. "my/myProfile",
  27. "my/myRegistrations",
  28. "my/myActivityDetail",
  29. "my/exchangeRecord",
  30. "my/exchangeDetail",
  31. "my/productFavorites",
  32. "my/activityCheckin",
  33. "my/checkinCode",
  34. "my/signupSuccess"
  35. ]
  36. }
  37. ],
  38. "window": {
  39. "navigationBarTextStyle": "white",
  40. "navigationBarTitleText": "uni-app",
  41. "navigationBarBackgroundColor": "#1488DB",
  42. "backgroundColor": "#218CDD"
  43. },
  44. "tabBar": {
  45. "color": "#999999",
  46. "selectedColor": "#2E66F4",
  47. "borderStyle": "white",
  48. "backgroundColor": "#ffffff",
  49. "list": [
  50. {
  51. "pagePath": "pages/index/index",
  52. "text": "主页",
  53. "iconPath": "static/主页.png",
  54. "selectedIconPath": "static/主页_点击.png"
  55. },
  56. {
  57. "pagePath": "pages/index/shop",
  58. "text": "商城",
  59. "iconPath": "static/商城.png",
  60. "selectedIconPath": "static/商城_点击.png"
  61. },
  62. {
  63. "pagePath": "pages/index/activity",
  64. "text": "活动",
  65. "iconPath": "static/活动.png",
  66. "selectedIconPath": "static/活动_点击.png"
  67. },
  68. {
  69. "pagePath": "pages/index/community",
  70. "text": "社区",
  71. "iconPath": "static/社区.png",
  72. "selectedIconPath": "static/社区_点击.png"
  73. },
  74. {
  75. "pagePath": "pages/index/my",
  76. "text": "我的",
  77. "iconPath": "static/我的.png",
  78. "selectedIconPath": "static/我的_点击.png"
  79. }
  80. ]
  81. },
  82. "preloadRule": {
  83. "pages/index/index": {
  84. "network": "all",
  85. "packages": [
  86. "subPages"
  87. ]
  88. }
  89. },
  90. "requiredPrivateInfos": [
  91. "getLocation",
  92. "chooseLocation"
  93. ],
  94. "permission": {
  95. "scope.userLocation": {
  96. "desc": "你的位置信息将用于定位"
  97. }
  98. },
  99. "usingComponents": {
  100. "global-popup": "/pages/components/GlobalPopup"
  101. }
  102. }