国外MOSE官网
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.

90 lines
2.3 KiB

2 days 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. ]
  35. }
  36. ],
  37. "window": {
  38. "navigationBarTextStyle": "white",
  39. "navigationBarTitleText": "uni-app",
  40. "navigationBarBackgroundColor": "#1488DB",
  41. "backgroundColor": "#218CDD"
  42. },
  43. "tabBar": {
  44. "color": "#999999",
  45. "selectedColor": "#2E66F4",
  46. "borderStyle": "white",
  47. "backgroundColor": "#ffffff",
  48. "list": [
  49. {
  50. "pagePath": "pages/index/index",
  51. "text": "主页",
  52. "iconPath": "static/组件 7 – 4@2x.png",
  53. "selectedIconPath": "static/组件 4 – 4@2x.png"
  54. },
  55. {
  56. "pagePath": "pages/index/shop",
  57. "text": "商城",
  58. "iconPath": "static/组件 309 – 2@2x.png",
  59. "selectedIconPath": "static/组件 7 – 4@2x.png"
  60. },
  61. {
  62. "pagePath": "pages/index/activity",
  63. "text": "活动",
  64. "iconPath": "static/组件 302 – 4@2x.png",
  65. "selectedIconPath": "static/组件 7 – 4@2x.png"
  66. },
  67. {
  68. "pagePath": "pages/index/community",
  69. "text": "社区",
  70. "iconPath": "static/组件 68 – 1@2x.png",
  71. "selectedIconPath": "static/组件 7 – 4@2x.png"
  72. },
  73. {
  74. "pagePath": "pages/index/my",
  75. "text": "我的",
  76. "iconPath": "static/组件 4 – 4@2x.png",
  77. "selectedIconPath": "static/组件 7 – 4@2x.png"
  78. }
  79. ]
  80. },
  81. "requiredPrivateInfos": [
  82. "getLocation",
  83. "chooseLocation"
  84. ],
  85. "permission": {
  86. "scope.userLocation": {
  87. "desc": "你的位置信息将用于定位"
  88. }
  89. },
  90. "usingComponents": {}
  91. }