app.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. "pages/competitionRecords/competitionRecords",
  14. "pages/storeIcon/storeIcon",
  15. "pages/webview/webview"
  16. ],
  17. "window": {
  18. "navigationBarTextStyle": "black",
  19. "navigationBarTitleText": "便宜坊奔跑联盟",
  20. "navigationBarBackgroundColor": "#ffffff"
  21. },
  22. "style": "v2",
  23. "componentFramework": "glass-easel",
  24. "sitemapLocation": "sitemap.json",
  25. "lazyCodeLoading": "requiredComponents",
  26. "tabBar": {
  27. "custom": true,
  28. "list": [
  29. {
  30. "pagePath": "pages/index/index",
  31. "text": "首页"
  32. },
  33. {
  34. "pagePath": "pages/store/store",
  35. "text": "门店"
  36. },
  37. {
  38. "pagePath": "pages/mine/mine",
  39. "text": "我的"
  40. }
  41. ]
  42. },
  43. "permission": {
  44. "scope.userLocation": {
  45. "desc": "你的位置信息将用于推荐附近的门店"
  46. },
  47. "scope.userFuzzyLocation": {
  48. "desc": "你的位置信息将用于推荐附近的门店"
  49. }
  50. },
  51. "requiredPrivateInfos": [
  52. "getLocation"
  53. ]
  54. }