123456789101112131415161718192021222324252627282930313233343536 |
- {
- "pages": [
- "pages/index/index",
- "pages/routes/routes",
- "pages/info/info",
- "pages/weather/weather",
- "pages/inputtip/inputtip"
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#4D8AD7",
- "navigationBarTitleText": "WeChat",
- "navigationBarTextStyle": "white"
- },
- "tabBar": {
- "color": "#000000",
- "selectedColor": "#4D8AD7",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "地图",
- "iconPath": "/images/map2.png",
- "selectedIconPath": "/images/map1.png"
- },
- {
- "pagePath": "pages/weather/weather",
- "text": "天气",
- "iconPath": "/images/weather2.png",
- "selectedIconPath": "/images/weather1.png"
- }
- ]
- },
- "networkTimeout": {
- "request": 15000
- }
- }
|