app.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/store/store",
  5. "pages/mine/mine",
  6. "pages/register/register",
  7. "pages/storeDetail/storeDetail",
  8. "pages/rules/rules",
  9. "pages/setting/setting",
  10. "pages/registrationRecords/registrationRecords",
  11. "pages/coupon/coupon",
  12. "pages/couponDetail/couponDetail"
  13. ],
  14. "window": {
  15. "navigationBarTextStyle": "black",
  16. "navigationBarTitleText": "便宜坊奔跑联盟",
  17. "navigationBarBackgroundColor": "#ffffff"
  18. },
  19. "style": "v2",
  20. "componentFramework": "glass-easel",
  21. "sitemapLocation": "sitemap.json",
  22. "lazyCodeLoading": "requiredComponents",
  23. "tabBar": {
  24. "custom": true,
  25. "list": [
  26. {
  27. "pagePath": "pages/index/index",
  28. "text": "首页"
  29. },
  30. {
  31. "pagePath": "pages/store/store",
  32. "text": "门店"
  33. },
  34. {
  35. "pagePath": "pages/mine/mine",
  36. "text": "我的"
  37. }
  38. ]
  39. },
  40. "permission": {
  41. "scope.userLocation": {
  42. "desc": "你的位置信息将用于推荐附近的门店"
  43. },
  44. "scope.userFuzzyLocation": {
  45. "desc": "你的位置信息将用于推荐附近的门店"
  46. }
  47. },
  48. "requiredPrivateInfos": [
  49. "getLocation"
  50. ]
  51. }