app.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "pages": [
  3. "pages/logo/index",
  4. "pages/visitor/index",
  5. "pages/home/home",
  6. "pages/login/login",
  7. "pages/search/search",
  8. "pages/borrow/borrow",
  9. "pages/menus/mine/mine",
  10. "pages/menus/borrow-record/borrow-record",
  11. "pages/menus/menu/menu",
  12. "pages/return/return",
  13. "pages/fault/fault-report/fault-report",
  14. "pages/notice/notice",
  15. "pages/fault/fault-list/fault-list",
  16. "pages/fault/fault-handle/fault-handle",
  17. "pages/notice-list/notice-list",
  18. "pages/visitor/assetDetail/assetDetail",
  19. "pages/visitor/noticeList"
  20. ],
  21. "subPackages": [],
  22. "window": {
  23. "navigationBarTextStyle": "black",
  24. "navigationBarTitleText": "uni-app",
  25. "navigationBarBackgroundColor": "#F8F8F8",
  26. "backgroundColor": "#F8F8F8"
  27. },
  28. "tabBar": {
  29. "color": "#7A7E83",
  30. "selectedColor": "#3cc51f",
  31. "borderStyle": "black",
  32. "backgroundColor": "#ffffff",
  33. "list": [
  34. {
  35. "pagePath": "pages/menus/menu/menu",
  36. "iconPath": "static/images/我的.png",
  37. "selectedIconPath": "static/images/我的2.png",
  38. "text": "我的"
  39. },
  40. {
  41. "pagePath": "pages/home/home",
  42. "iconPath": "static/images/首页.png",
  43. "selectedIconPath": "static/images/首页2.png",
  44. "text": "首页"
  45. },
  46. {
  47. "pagePath": "pages/menus/borrow-record/borrow-record",
  48. "iconPath": "static/images/项目.png",
  49. "selectedIconPath": "static/images/项目2.png",
  50. "text": "借用记录"
  51. }
  52. ]
  53. },
  54. "permission": {},
  55. "usingComponents": {},
  56. "lazyCodeLoading": "requiredComponents"
  57. }