东风启辰小程序端
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.

28 lines
704B

  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/star/star",
  5. "pages/scout/scout",
  6. "pages/everyday/everyday",
  7. "pages/myCenter/myCenter",
  8. "pages/luckyStar/luckyStar",
  9. "pages/scout/register/register",
  10. "pages/scout/share/share",
  11. "pages/prizes/prizes",
  12. "pages/poster/poster",
  13. "pages/coupon/coupon"
  14. ],
  15. "window": {
  16. "backgroundTextStyle": "light",
  17. "navigationBarBackgroundColor": "#fff",
  18. "navigationBarTitleText": "WeChat",
  19. "navigationBarTextStyle": "black"
  20. },
  21. "style": "v2",
  22. "sitemapLocation": "sitemap.json",
  23. "permission": {
  24. "scope.userLocation": {
  25. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  26. }
  27. }
  28. }