pages.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/accredit/index",
  5. "style": {
  6. "navigationBarTitleText": "",
  7. "h5":{
  8. "titleNView":false
  9. }
  10. }
  11. },
  12. {
  13. "path": "pages/login/index",
  14. "style": {
  15. "navigationBarTitleText": "登录",
  16. "h5":{
  17. "titleNView":false
  18. }
  19. }
  20. },
  21. {
  22. "path": "pages/error/index",
  23. "style": {
  24. "navigationBarTitleText": "错误页面",
  25. "h5":{
  26. "titleNView":false
  27. }
  28. }
  29. },
  30. {
  31. "path": "pages/feedback/index",
  32. "style": {
  33. "navigationBarTitleText": "中医用药一件事-办件记录",
  34. "navigationBarBackgroundColor": "#fff",
  35. "h5":{
  36. "titleNView":false
  37. }
  38. }
  39. },
  40. {
  41. "path": "pages/feedback/details",
  42. "style": {
  43. "navigationBarTitleText": "中医用药一件事-反馈登记",
  44. "navigationBarBackgroundColor": "#fff",
  45. "h5":{
  46. "titleNView":false
  47. }
  48. }
  49. }
  50. ],
  51. "globalStyle": {
  52. "navigationBarTextStyle": "black",
  53. "navigationBarTitleText": "uni-app",
  54. "navigationBarBackgroundColor": "#F8F8F8",
  55. "backgroundColor": "#F8F8F8"
  56. },
  57. "uniIdRouter": {}
  58. }