pages.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "pages": [
  3. {
  4. "path" : "pages/index/test",
  5. "style" :
  6. {
  7. "navigationBarTitleText": "电子名片",
  8. "app-plus":{
  9. "titleNView":false //去掉app+h5顶部导航
  10. }
  11. }
  12. }
  13. ],
  14. "globalStyle": {
  15. "navigationBarTextStyle": "black",
  16. "navigationBarTitleText": "uni-app",
  17. "navigationBarBackgroundColor": "#FFFFFF",
  18. "backgroundColor": "#f8f8f8"
  19. },
  20. "tabBar": {
  21. "color": "#B4B7BB",
  22. "selectedColor": "#6786FB",
  23. "iconWidth":"18px",
  24. "borderStyle": "black",
  25. "backgroundColor": "#ffffff"
  26. // "list": [{
  27. // "pagePath": "pages/index/index",
  28. // "iconPath": "static/tabBar/tab-home.png",
  29. // "selectedIconPath": "static/tabBar/tab-home-current.png",
  30. // "text": "首页"
  31. // },
  32. // // {
  33. // // "pagePath": "pages/patient/patient",
  34. // // "iconPath": "static/tabBar/tab-cate.png",
  35. // // "selectedIconPath": "static/tabBar/tab-cate-current.png",
  36. // // "text": "咨询记录"
  37. // // },
  38. // // {
  39. // // "pagePath": "pages/index/index",
  40. // // "iconPath": "static/tabBar/tab-study.png",
  41. // // "selectedIconPath": "static/tabBar/tab-study-current.png",
  42. // // "text": "科普学习"
  43. // // },
  44. // {
  45. // "pagePath": "pages/user/user",
  46. // "iconPath": "static/tabBar/tab-my.png",
  47. // "selectedIconPath": "static/tabBar/tab-my-current.png",
  48. // "text": "我的"
  49. // }
  50. // ]
  51. }
  52. }