1234567891011121314151617181920 |
- {
- "pages": [
- "pages/index/index",
- "pages/login/index",
- "pages/logs/logs"
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "Weixin",
- "navigationBarTextStyle": "black"
- },
- "sitemapLocation": "sitemap.json",
- "usingComponents": {
- "van-button": "@vant/weapp/button/index",
- "van-field": "@vant/weapp/field/index",
- "van-divider": "@vant/weapp/divider/index",
- "navbar": "/components/navbar"
- }
- }
|