pages.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": "下载分享",
  6. "enablePullDownRefresh": false
  7. }
  8. } ,{
  9. "path" : "pages/dcm/dcm",
  10. "style" :
  11. {
  12. "navigationBarTitleText": "阅片工具",
  13. "enablePullDownRefresh": false
  14. }
  15. }
  16. ,{
  17. "path" : "pages/login/login",
  18. "style" :
  19. {
  20. "navigationBarTitleText": "登录",
  21. "enablePullDownRefresh": false
  22. }
  23. }
  24. ],
  25. "globalStyle": {
  26. "navigationBarTextStyle": "black",
  27. "navigationBarTitleText": "uni-app",
  28. "navigationBarBackgroundColor": "#fff",
  29. "backgroundColor": "#000",
  30. "app-plus": {
  31. "background": "#000"
  32. }
  33. },
  34. "tabBar": {
  35. "selectedColor": "#aaaaff",
  36. "list": [
  37. {
  38. "pagePath": "pages/index/index",
  39. "text": "下载分享",
  40. "iconPath": "static/tab-img/down66.png",
  41. "selectedIconPath": "static/tab-img/down66.png"
  42. },
  43. {
  44. "pagePath": "pages/dcm/dcm",
  45. "text": "阅片工具",
  46. "iconPath": "static/tab-img/read66.png",
  47. "selectedIconPath": "static/tab-img/read66.png"
  48. },
  49. {
  50. "pagePath": "pages/login/login",
  51. "text": "登录",
  52. "iconPath": "static/login_register.png",
  53. "selectedIconPath": "static/login_register.png"
  54. }
  55. ]
  56. }
  57. }