app.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "entryPagePath": "pages/login/login",
  3. "pages": [
  4. "pages/index/index",
  5. "pages/login/login",
  6. "pages/user/index"
  7. ],
  8. "subPackages": [
  9. {
  10. "root": "pages/modules/",
  11. "pages": [
  12. "pages/setting/setting",
  13. "pages/staffquery/staffquery",
  14. "pages/vehicle/vehicle",
  15. "pages/xfj-xj/xfj-xj"
  16. ]
  17. }
  18. ],
  19. "window": {
  20. "backgroundTextStyle": "light",
  21. "navigationBarBackgroundColor": "#3296ff",
  22. "navigationBarTitleText": "鲁泰智能安防",
  23. "navigationBarTextStyle": "white"
  24. },
  25. "networkTimeout": {
  26. "request": 60000,
  27. "connectSocket": 60000,
  28. "uploadFile": 60000,
  29. "downloadFile": 60000
  30. },
  31. "tabBar": {
  32. "list": [
  33. {
  34. "pagePath": "pages/index/index",
  35. "iconPath": "image/home1.png",
  36. "selectedIconPath": "image/home2.png"
  37. },
  38. {
  39. "pagePath": "pages/user/index",
  40. "iconPath": "image/user1.png",
  41. "selectedIconPath": "image/user2.png"
  42. }
  43. ]
  44. },
  45. "sitemapLocation": "sitemap.json"
  46. }