app.json 895 B

123456789101112131415161718192021222324252627282930313233343536373839
  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. ],
  13. "window": {
  14. "navigationBarTextStyle": "black",
  15. "navigationBarTitleText": "便宜坊奔跑联盟",
  16. "navigationBarBackgroundColor": "#ffffff"
  17. },
  18. "style": "v2",
  19. "componentFramework": "glass-easel",
  20. "sitemapLocation": "sitemap.json",
  21. "lazyCodeLoading": "requiredComponents",
  22. "tabBar": {
  23. "custom": true,
  24. "list": [
  25. {
  26. "pagePath": "pages/index/index",
  27. "text": "首页"
  28. },
  29. {
  30. "pagePath": "pages/store/store",
  31. "text": "门店"
  32. },
  33. {
  34. "pagePath": "pages/mine/mine",
  35. "text": "我的"
  36. }
  37. ]
  38. }
  39. }