app.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. "pages/search/search"
  11. ],
  12. "window": {
  13. "navigationBarTitleText": "喜马拉雅",
  14. "backgroundTextStyle": "light",
  15. "navigationBarBackgroundColor": "#fff",
  16. "navigationBarTextStyle": "black"
  17. },
  18. "tabBar": {
  19. "color": "#cdcdcd",
  20. "selectedColor": "#ff520f",
  21. "list": [
  22. {
  23. "pagePath": "pages/index/index",
  24. "text": "首页",
  25. "iconPath": "/image/tabbar/home-icon.png",
  26. "selectedIconPath": "/image/tabbar/home-selectIcon.png"
  27. },
  28. {
  29. "pagePath": "pages/classification/classification",
  30. "text": "分类",
  31. "iconPath": "/image/tabbar/fen-icon.png",
  32. "selectedIconPath": "/image/tabbar/fen-selectIcon.png"
  33. },
  34. {
  35. "pagePath": "pages/collection/collection",
  36. "text": "收藏",
  37. "iconPath": "/image/tabbar/collection-icon.png",
  38. "selectedIconPath": "/image/tabbar/collection-selectIcon.png"
  39. },
  40. {
  41. "pagePath": "pages/user/user",
  42. "text": "我的",
  43. "iconPath": "/image/tabbar/user-icon.png",
  44. "selectedIconPath": "/image/tabbar/user-selectIcon.png"
  45. }
  46. ]
  47. },
  48. "debug": true,
  49. "sitemapLocation": "sitemap.json"
  50. }