app.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/video/index",
  5. "pages/order/index",
  6. "pages/my/index"
  7. ],
  8. "subPackages": [
  9. {
  10. "root": "orderPages",
  11. "pages": [
  12. "orderDetail/index"
  13. ]
  14. }
  15. ],
  16. "window": {
  17. "navigationBarTextStyle": "black",
  18. "navigationBarTitleText": "加载中",
  19. "navigationBarBackgroundColor": "#fff",
  20. "backgroundColor": "#F8F8F8",
  21. "titleNView": false
  22. },
  23. "tabBar": {
  24. "color": "#282828",
  25. "selectedColor": "#B22338",
  26. "borderStyle": "white",
  27. "backgroundColor": "#ffffff",
  28. "list": [
  29. {
  30. "pagePath": "pages/index/index",
  31. "iconPath": "static/imageIcon/1-001.png",
  32. "selectedIconPath": "static/imageIcon/1-002.png",
  33. "text": "首页"
  34. },
  35. {
  36. "pagePath": "pages/order/index",
  37. "iconPath": "static/imageIcon/2-001.png",
  38. "selectedIconPath": "static/imageIcon/2-002.png",
  39. "text": "订单"
  40. },
  41. {
  42. "pagePath": "pages/video/index",
  43. "iconPath": "static/imageIcon/3-001.png",
  44. "selectedIconPath": "static/imageIcon/3-002.png",
  45. "text": "视屏",
  46. "enablePullDownRefresh": false
  47. },
  48. {
  49. "pagePath": "pages/my/index",
  50. "iconPath": "static/imageIcon/4-001.png",
  51. "selectedIconPath": "static/imageIcon/4-002.png",
  52. "text": "我的"
  53. }
  54. ]
  55. },
  56. "usingComponents": {}
  57. }