app.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/identify/identify",
  5. "pages/order/order",
  6. "pages/my/my",
  7. "pages/index/details",
  8. "pages/identify/details",
  9. "pages/order/order_detail",
  10. "pages/order/comment",
  11. "pages/my/add_address",
  12. "pages/my/remember",
  13. "pages/my/collect",
  14. "pages/my/coupon",
  15. "pages/my/engineerCenter",
  16. "pages/my/indent",
  17. "pages/my/js_order",
  18. "pages/my/pay"
  19. ],
  20. "subPackages": [],
  21. "window": {
  22. "navigationBarTextStyle": "black",
  23. "navigationBarTitleText": "uni-app",
  24. "navigationBarBackgroundColor": "#F8F8F8",
  25. "backgroundColor": "#F8F8F8"
  26. },
  27. "tabBar": {
  28. "color": "#ADB4B8",
  29. "selectedColor": "#333333",
  30. "backgroundColor": "#FFFFFF",
  31. "list": [
  32. {
  33. "text": "首页",
  34. "pagePath": "pages/index/index",
  35. "iconPath": "static/identify/index.png",
  36. "selectedIconPath": "static/identify/index-cur.png"
  37. },
  38. {
  39. "text": "理疗师",
  40. "pagePath": "pages/identify/identify",
  41. "iconPath": "static/identify/people.png",
  42. "selectedIconPath": "static/identify/people-cur.png"
  43. },
  44. {
  45. "text": "订单",
  46. "pagePath": "pages/order/order",
  47. "iconPath": "static/identify/order.png",
  48. "selectedIconPath": "static/identify/order-cur.png"
  49. },
  50. {
  51. "text": "我的",
  52. "pagePath": "pages/my/my",
  53. "iconPath": "static/identify/mine.png",
  54. "selectedIconPath": "static/identify/mine-cur.png"
  55. }
  56. ]
  57. },
  58. "usingComponents": {}
  59. }