123456789101112131415161718192021222324252627282930313233 |
- {
- "pages": [
- "pages/index/index",
- "pages/taBar/one/one",
- "pages/taBar/three/three"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#C0C4CC",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "uni-app"
- },
- {
- "pagePath": "pages/taBar/one/one",
- "text": "二页"
- },
- {
- "pagePath": "pages/taBar/three/three",
- "text": "三页"
- }
- ]
- },
- "usingComponents": {},
- "sitemapLocation": "sitemap.json"
- }
|