app.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/classification/classification",
  5. "pages/collection/collection",
  6. "pages/user/user",
  7. "pages/index/bangdan/bangdan",
  8. "pages/details/details",
  9. "pages/user/phoneLogin/phoneLogin"
  10. ],
  11. "window": {
  12. "navigationBarTitleText": "喜马拉雅",
  13. "backgroundTextStyle": "light",
  14. "navigationBarBackgroundColor": "#fff",
  15. "navigationBarTextStyle": "black"
  16. },
  17. "tabBar": {
  18. "color":"#cdcdcd",
  19. "selectedColor": "#ff520f",
  20. "list": [{
  21. "pagePath": "pages/index/index",
  22. "text": "首页",
  23. "iconPath": "image/icon/home-icon.png",
  24. "selectedIconPath": "image/icon/home-selecticon.png"
  25. },
  26. {
  27. "pagePath": "pages/classification/classification",
  28. "text": "分类",
  29. "iconPath": "image/icon/fen-icon.png",
  30. "selectedIconPath": "image/icon/fen-selecticon.png"
  31. },
  32. {
  33. "pagePath": "pages/collection/collection",
  34. "text": "收藏",
  35. "iconPath": "image/icon/collection-icon.png",
  36. "selectedIconPath": "image/icon/collection-selecticon.png"
  37. },
  38. {
  39. "pagePath": "pages/user/user",
  40. "text": "我的",
  41. "iconPath": "image/icon/user-icon.png",
  42. "selectedIconPath": "image/icon/user-selecticon.png"
  43. }]
  44. },
  45. "debug":true,
  46. "sitemapLocation": "sitemap.json"
  47. }