pages.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. // {
  4. // "path": "pages/test/test6",
  5. // "style": {
  6. // "app-plus": {
  7. // "titleNView": false
  8. // }
  9. // }
  10. // },
  11. // {
  12. // "path": "pages/home",
  13. // "style": {
  14. // "app-plus": {
  15. // "titleNView": false
  16. // }
  17. // }
  18. // },
  19. {
  20. "path": "pages/startLearning/startLearning",
  21. "style": {
  22. "app-plus": {
  23. "titleNView": false
  24. }
  25. }
  26. },
  27. {
  28. "path": "pages/login/login",
  29. "style": {
  30. "app-plus": {
  31. "titleNView": false
  32. }
  33. }
  34. },
  35. {
  36. "path": "pages/index/index",
  37. "style": {
  38. "navigationBarTitleText": "uni-app"
  39. }
  40. },
  41. {
  42. "path": "pages/test/test",
  43. "style": {
  44. "navigationBarTitleText": "test"
  45. }
  46. },
  47. {
  48. "path": "pages/test/test2",
  49. "style": {
  50. "app-plus": {
  51. "titleNView": false
  52. }
  53. }
  54. },
  55. {
  56. "path": "pages/test/test3",
  57. "style": {
  58. "app-plus": {
  59. "titleNView": false
  60. }
  61. }
  62. },
  63. {
  64. "path": "pages/test/test4",
  65. "style": {
  66. "app-plus": {
  67. "titleNView": false
  68. }
  69. }
  70. }
  71. ],
  72. "globalStyle": {
  73. "navigationBarTextStyle": "black",
  74. "navigationBarTitleText": "uni-app",
  75. "navigationBarBackgroundColor": "#F8F8F8",
  76. "backgroundColor": "#F8F8F8"
  77. }
  78. }