1234567891011121314151617 |
- {
- "pages": [
- "pages/home/home",
- "pages/index/index",
- "pages/logs/logs"
- ],
- "window": {
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "室内定位导航系统",
- "navigationBarBackgroundColor": "#FC0000"
- },
- "style": "v2",
- "componentFramework": "glass-easel",
- "sitemapLocation": "sitemap.json",
- "lazyCodeLoading": "requiredComponents",
- "workers": "worker"
- }
|