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

94 lines
2.4 KiB

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