back_temp.json 865 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/routes/routes",
  5. "pages/info/info",
  6. "pages/weather/weather",
  7. "pages/inputtip/inputtip"
  8. ],
  9. "window": {
  10. "backgroundTextStyle": "light",
  11. "navigationBarBackgroundColor": "#4D8AD7",
  12. "navigationBarTitleText": "WeChat",
  13. "navigationBarTextStyle": "white"
  14. },
  15. "tabBar": {
  16. "color": "#000000",
  17. "selectedColor": "#4D8AD7",
  18. "list": [
  19. {
  20. "pagePath": "pages/index/index",
  21. "text": "地图",
  22. "iconPath": "/images/map2.png",
  23. "selectedIconPath": "/images/map1.png"
  24. },
  25. {
  26. "pagePath": "pages/weather/weather",
  27. "text": "天气",
  28. "iconPath": "/images/weather2.png",
  29. "selectedIconPath": "/images/weather1.png"
  30. }
  31. ]
  32. },
  33. "networkTimeout": {
  34. "request": 15000
  35. }
  36. }