12345678910111213141516171819 |
- {
- "pages": [
- "pages/home/index",
- "pages/login/login",
- "pages/index/index",
- "pages/logs/logs"
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTitleText": "数据采集",
- "navigationBarTextStyle": "black"
- },
- "style": "v2",
- "sitemapLocation": "sitemap.json",
- "useExtendedLib": {
- "weui": true
- }
- }
|