app.json 475 B

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