12345678910111213141516171819 |
- {
- "pages": [
- "components/orderItem/orderItem",
- "pages/scan/scan",
- "pages/index/index",
- "pages/login/login",
- "pages/login/load",
- "pages/logs/logs"
- ],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "Weixin",
- "navigationBarBackgroundColor": "#ffffff"
- },
- "style": "v2",
- "componentFramework": "glass-easel",
- "sitemapLocation": "sitemap.json",
- "lazyCodeLoading": "requiredComponents"
- }
|