12345678910111213141516171819202122 |
- {
- "pages": [
- "pages/index/index",
- "pages/test/test",
- "pages/succeed/succeed",
- "pages/authen/identity",
- "pages/authen/login",
- "pages/confirm/confirm"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniStatistics": {
- "enable": true
- },
- "usingComponents": {},
- "sitemapLocation": "sitemap.json"
- }
|