app.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "pages": [
  3. "pages/login/JudeLoginPage",
  4. "pages/home/home",
  5. "pages/login/login",
  6. "pages/myCenter/myCenter",
  7. "pages/newsCenter/newsIndex",
  8. "pages/typeList/typeList",
  9. "pages/myCenter/setting"
  10. ],
  11. "subPackages": [],
  12. "window": {
  13. "navigationBarTextStyle": "black",
  14. "navigationBarTitleText": "爱养牛",
  15. "navigationBarBackgroundColor": "#f6f6f6",
  16. "backgroundColor": "#f6f6f6",
  17. "backgroundColorTop": "#FFFFFF"
  18. },
  19. "tabBar": {
  20. "color": "#45474a",
  21. "selectedColor": "#00aaff",
  22. "borderStyle": "white",
  23. "backgroundColor": "#ffffff",
  24. "list": [
  25. {
  26. "pagePath": "pages/home/home",
  27. "iconPath": "static/tabBar/shouye.png",
  28. "selectedIconPath": "static/tabBar/tabbar/shouye.png",
  29. "text": "首页"
  30. },
  31. {
  32. "pagePath": "pages/typeList/typeList",
  33. "iconPath": "static/tabBar/fenlei_1.png",
  34. "selectedIconPath": "static/tabBar/tabbar/fenlei_1.png",
  35. "text": "分类"
  36. },
  37. {
  38. "pagePath": "pages/newsCenter/newsIndex",
  39. "iconPath": "static/tabBar/gouwuche.png",
  40. "selectedIconPath": "static/tabBar/tabbar/gouwuche.png",
  41. "text": "购物车"
  42. },
  43. {
  44. "pagePath": "pages/myCenter/myCenter",
  45. "iconPath": "static/tabBar/wode.png",
  46. "selectedIconPath": "static/tabBar/tabbar/wode.png",
  47. "text": "我的"
  48. }
  49. ]
  50. },
  51. "usingComponents": {},
  52. "sitemapLocation": "sitemap.json"
  53. }