pages.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. // {
  4. // "path": "pages/index/index",
  5. // "style": {
  6. // "navigationBarTitleText": "就培云考试系统"
  7. // }
  8. // },
  9. {
  10. "path": "pages/login/login",
  11. "style": {
  12. "navigationBarTitleText": "就培云考试系统"
  13. }
  14. },
  15. {
  16. "path": "pages/test/test",
  17. "style": {
  18. "navigationBarTitleText": "就培云考试系统"
  19. }
  20. },
  21. {
  22. "path": "pages/scoreQuery/scoreQuery",
  23. "style": {
  24. "navigationBarTitleText": "就培云考试系统"
  25. }
  26. },
  27. {
  28. "path": "pages/certificateQuery/certificateQuery",
  29. "style": {
  30. "navigationBarTitleText": "证书查询系统"
  31. }
  32. },
  33. {
  34. "path": "pages/certificateDetail/certificateDetail",
  35. "style": {
  36. "navigationBarTitleText": "证书查询系统"
  37. }
  38. },
  39. {
  40. "path": "pages/contentDetail/contentDetail",
  41. "style": {
  42. "navigationBarTitleText": ""
  43. }
  44. }
  45. ],
  46. "globalStyle": {
  47. "navigationBarTextStyle": "black",
  48. "navigationBarTitleText": "就培云考试系统",
  49. "navigationBarBackgroundColor": "#F8F8F8",
  50. "backgroundColor": "#F8F8F8",
  51. "navigationStyle": "custom"
  52. }
  53. }