| 12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "pages": [
- "pages/my/my",
- "pages/index/index",
- "pages/logs/logs",
- "pages/predict/predict"
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "首页",
- "navigationBarTextStyle": "black"
- },
- "tabBar": {
- "color": "#000",
- "selectedColor": "f23030",
- "list": [{
- "pagePath": "pages/index/index",
- "text": "首页",
- "iconPath": "static/home_icon_default_sel.png",
- "selectedIconPath": "static/home_icon_default_sel@2x.png"
- },
- {
- "pagePath": "pages/predict/predict",
- "text": "志愿预测",
- "iconPath": "static/home_icon_volunteer_nor.png"
- },
- {
- "pagePath": "pages/my/my",
- "text": "我的",
- "iconPath": "./static/home_icon_my_nor@2x.png"
- }
- ]
- },
- "sitemapLocation": "sitemap.json"
- }
|