app.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "pages": [
  3. "pages/user/login",
  4. "pages/home",
  5. "pages/production/production",
  6. "pages/user/user",
  7. "pages/equipment/equipment",
  8. "pages/equipment/assemblyMachine",
  9. "pages/equipment/injectionMolding"
  10. ],
  11. "subPackages": [],
  12. "window": {
  13. "navigationBarTextStyle": "black",
  14. "navigationBarTitleText": "uni-app",
  15. "navigationBarBackgroundColor": "#F8F8F8",
  16. "backgroundColor": "#F8F8F8"
  17. },
  18. "tabBar": {
  19. "color": "#333333",
  20. "selectedColor": "#3370FF",
  21. "backgroundColor": "#fff",
  22. "borderStyle": "white",
  23. "list": [
  24. {
  25. "pagePath": "pages/home",
  26. "text": "首页",
  27. "iconPath": "static/btn_kanban_gray.png",
  28. "selectedIconPath": "static/btn_kanban_blue.png"
  29. },
  30. {
  31. "pagePath": "pages/production/production",
  32. "text": "生产",
  33. "iconPath": "static/btn_shengc_gray.png",
  34. "selectedIconPath": "static/btn_shengc_blue.png"
  35. },
  36. {
  37. "pagePath": "pages/equipment/equipment",
  38. "text": "设备",
  39. "iconPath": "static/btn_shebei_gray.png",
  40. "selectedIconPath": "static/btn_shebei_blue.png"
  41. },
  42. {
  43. "pagePath": "pages/user/user",
  44. "text": "我的",
  45. "iconPath": "static/btn_mine_gray.png",
  46. "selectedIconPath": "static/btn_mine_blue.png"
  47. }
  48. ]
  49. },
  50. "usingComponents": {}
  51. }