123456789101112131415161718192021222324252627282930313233343536 |
- {
- "pages": [
- "pages/home/home",
- "pages/classify/classify",
- "pages/message/message",
- "pages/user/user"
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "Weixin",
- "navigationBarTextStyle": "black"
- },
- "tabBar": {
- "list": [
- {
- "pagePath": "pages/home/home",
- "text": "首页"
- },
- {
- "pagePath": "pages/classify/classify",
- "text": "分类"
- },
- {
- "pagePath": "pages/message/message",
- "text": "信息"
- },
- {
- "pagePath": "pages/user/user",
- "text": "个人"
- }
- ]
- },
- "style": "v2",
- "sitemapLocation": "sitemap.json"
- }
|