app.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "pages": [
  3. "pages/login/login",
  4. "pages/index/index",
  5. "pages/bluetooth/bluetooth",
  6. "pages/mine/mine",
  7. "pages/lock-test/lock-test",
  8. "pages/cat-eye-test/cat-eye-test",
  9. "pages/upload-face/upload-face",
  10. "pages/try/try",
  11. "pages/tabbar/room/room",
  12. "pages/tabbar/gateway/gateway",
  13. "pages/tabbar/index/index",
  14. "pages/tabbar/Bluetooth/Bluetooth",
  15. "pages/tabbar/mine/mine",
  16. "pages/add-project/add-project",
  17. "pages/project-list/project-list",
  18. "pages/door-lock-module/door-lock-module"
  19. ],
  20. "subPackages": [],
  21. "window": {
  22. "navigationBarTextStyle": "white",
  23. "navigationBarTitleText": "uni-app",
  24. "navigationBarBackgroundColor": "#1296db",
  25. "backgroundColor": "#38253b"
  26. },
  27. "tabBar": {
  28. "selectedColor": "#1296db",
  29. "list": [
  30. {
  31. "pagePath": "pages/index/index",
  32. "iconPath": "static/home.png",
  33. "selectedIconPath": "static/home_select.png",
  34. "text": "首页"
  35. },
  36. {
  37. "pagePath": "pages/bluetooth/bluetooth",
  38. "iconPath": "static/bluetooth (1).png",
  39. "selectedIconPath": "static/bluetooth_select.png",
  40. "text": "设备"
  41. },
  42. {
  43. "pagePath": "pages/mine/mine",
  44. "iconPath": "static/mine.png",
  45. "selectedIconPath": "static/mine_select.png",
  46. "text": "我的"
  47. }
  48. ]
  49. },
  50. "lazyCodeLoading": "requiredComponents",
  51. "usingComponents": {}
  52. }