app.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "pages": [
  3. "pages/project/index",
  4. "pages/project/transfer",
  5. "pages/project/details",
  6. "pages/customer/details",
  7. "pages/customer/index",
  8. "pages/openSeaCustomer/index",
  9. "pages/login/index",
  10. "pages/home/index",
  11. "pages/publicPages/follow",
  12. "pages/customer/transfer",
  13. "pages/customer/add",
  14. "pages/message/index",
  15. "pages/my/index",
  16. "pages/schedule/index"
  17. ],
  18. "subPackages": [],
  19. "window": {
  20. "navigationBarTextStyle": "black",
  21. "navigationBarTitleText": "oms",
  22. "navigationBarBackgroundColor": "#F8F8F8",
  23. "backgroundColor": "#F8F8F8"
  24. },
  25. "tabBar": {
  26. "color": "#7A7E83",
  27. "selectedColor": "#3E7EF8",
  28. "borderStyle": "black",
  29. "backgroundColor": "#ffffff",
  30. "list": [
  31. {
  32. "pagePath": "pages/home/index",
  33. "iconPath": "static/images/tabBar/home.png",
  34. "selectedIconPath": "static/images/tabBar/home-active.png",
  35. "text": "首页"
  36. },
  37. {
  38. "pagePath": "pages/schedule/index",
  39. "iconPath": "static/images/tabBar/schedule.png",
  40. "selectedIconPath": "static/images/tabBar/schedule-active.png",
  41. "text": "日程"
  42. },
  43. {
  44. "pagePath": "pages/message/index",
  45. "iconPath": "static/images/tabBar/message.png",
  46. "selectedIconPath": "static/images/tabBar/message-active.png",
  47. "text": "消息"
  48. },
  49. {
  50. "pagePath": "pages/my/index",
  51. "iconPath": "static/images/tabBar/my.png",
  52. "selectedIconPath": "static/images/tabBar/my-active.png",
  53. "text": "我的"
  54. }
  55. ]
  56. },
  57. "lazyCodeLoading": "requiredComponents",
  58. "usingComponents": {}
  59. }