pages.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "首页",
  7. "navigationStyle": "custom"
  8. }
  9. },
  10. {
  11. "path": "pages/login/login",
  12. "style": {
  13. "navigationBarTitleText": "登录",
  14. "navigationStyle": "custom"
  15. }
  16. },
  17. {
  18. "path": "pages/login/regulation",
  19. "style": {
  20. "navigationBarTitleText": "使用条款",
  21. "navigationStyle": "custom"
  22. }
  23. },
  24. {
  25. "path": "pages/bookticket",
  26. "style": {
  27. "navigationBarTitleText": "订票",
  28. "navigationStyle": "custom"
  29. }
  30. },
  31. {
  32. "path": "pages/ticketlist",
  33. "style": {
  34. "navigationBarTitleText": "订单详情",
  35. "navigationStyle": "custom"
  36. }
  37. },
  38. {
  39. "path": "pages/news",
  40. "style": {
  41. "navigationBarTitleText": "演出资讯",
  42. "navigationStyle": "custom"
  43. }
  44. },
  45. {
  46. "path": "pages/newsdetails",
  47. "style": {
  48. "navigationBarTitleText": "资讯详情",
  49. "navigationStyle": "custom"
  50. }
  51. }
  52. ],
  53. "subPackages": [
  54. {
  55. "root": "center",
  56. "pages": [
  57. {
  58. "path": "center",
  59. "style": {
  60. "navigationBarTitleText": "我的",
  61. "navigationStyle": "custom"
  62. }
  63. },
  64. {
  65. "path": "memberinfo",
  66. "style": {
  67. "navigationBarTitleText": "个人信息",
  68. "navigationStyle": "custom"
  69. }
  70. },
  71. {
  72. "path": "people",
  73. "style": {
  74. "navigationBarTitleText": "信息填写",
  75. "navigationStyle": "custom"
  76. }
  77. }
  78. ]
  79. }
  80. ],
  81. "preloadRule": {
  82. },
  83. "globalStyle": {
  84. "navigationBarTextStyle": "black",
  85. "navigationBarTitleText": "uni-app",
  86. "navigationBarBackgroundColor": "#F8F8F8",
  87. "backgroundColor": "#F8F8F8"
  88. },
  89. "uniIdRouter": {}
  90. }