app.json 868 B

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