app.json 521 B

123456789101112131415161718192021
  1. {
  2. "pages": [
  3. "pages/historyOrder/historyOrder",
  4. "pages/scan/scan",
  5. "pages/index/index",
  6. "pages/login/login",
  7. "pages/login/load",
  8. "pages/logs/logs",
  9. "components/orderItem/orderItem"
  10. ],
  11. "window": {
  12. "navigationBarTextStyle": "black",
  13. "navigationBarTitleText": "Weixin",
  14. "navigationBarBackgroundColor": "#ffffff"
  15. },
  16. "style": "v2",
  17. "componentFramework": "glass-easel",
  18. "sitemapLocation": "sitemap.json",
  19. "lazyCodeLoading": "requiredComponents"
  20. }