app.json 954 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/dcm/dcm",
  5. "pages/login/login"
  6. ],
  7. "subPackages": [],
  8. "window": {
  9. "navigationBarTextStyle": "black",
  10. "navigationBarTitleText": "uni-app",
  11. "navigationBarBackgroundColor": "#fff",
  12. "backgroundColor": "#000"
  13. },
  14. "tabBar": {
  15. "selectedColor": "#aaaaff",
  16. "list": [
  17. {
  18. "pagePath": "pages/index/index",
  19. "text": "下载分享",
  20. "iconPath": "static/tab-img/down66.png",
  21. "selectedIconPath": "static/tab-img/down66.png"
  22. },
  23. {
  24. "pagePath": "pages/dcm/dcm",
  25. "text": "阅片工具",
  26. "iconPath": "static/tab-img/read66.png",
  27. "selectedIconPath": "static/tab-img/read66.png"
  28. },
  29. {
  30. "pagePath": "pages/login/login",
  31. "text": "登录",
  32. "iconPath": "static/login_register.png",
  33. "selectedIconPath": "static/login_register.png"
  34. }
  35. ]
  36. },
  37. "usingComponents": {}
  38. }