app.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "pages": [
  3. "pages/mintir/index",
  4. "pages/homeList/homeList"
  5. ],
  6. "subPackages": [
  7. {
  8. "root": "subpkg",
  9. "pages": [
  10. "pages/home/home",
  11. "pages/login/index"
  12. ]
  13. }
  14. ],
  15. "window": {
  16. "navigationBarTextStyle": "black",
  17. "navigationBarTitleText": "云流药耗",
  18. "navigationBarBackgroundColor": "#90ffe4",
  19. "backgroundColor": "#F8F8F8"
  20. },
  21. "tabBar": {
  22. "color": "#919191",
  23. "selectedColor": "#1890FF",
  24. "borderStyle": "black",
  25. "backgroundColor": "#FFFFFF",
  26. "height": "50px",
  27. "fontSize": "10px",
  28. "iconWidth": "24px",
  29. "spacing": "3px",
  30. "list": [
  31. {
  32. "pagePath": "pages/mintir/index",
  33. "text": "数据检测",
  34. "iconPath": "static/home.jpg",
  35. "selectedIconPath": "static/homeset.jpg"
  36. },
  37. {
  38. "pagePath": "pages/homeList/homeList",
  39. "text": "我的",
  40. "iconPath": "static/my.jpg",
  41. "selectedIconPath": "static/myset.jpg"
  42. }
  43. ]
  44. },
  45. "__usePrivacyCheck__": true,
  46. "permission": {},
  47. "lazyCodeLoading": "requiredComponents",
  48. "usingComponents": {}
  49. }