pages.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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. "path": "mycoupon",
  80. "style": {
  81. "navigationBarTitleText": "我的优惠券",
  82. "navigationStyle": "custom"
  83. }
  84. },
  85. {
  86. "path": "invoice",
  87. "style": {
  88. "navigationBarTitleText": "开具发票",
  89. "navigationStyle": "custom"
  90. }
  91. },
  92. {
  93. "path": "order",
  94. "style": {
  95. "navigationBarTitleText": "订单",
  96. "navigationStyle": "custom"
  97. }
  98. }
  99. ]
  100. }
  101. ],
  102. "preloadRule": {
  103. },
  104. "globalStyle": {
  105. "navigationBarTextStyle": "black",
  106. "navigationBarTitleText": "uni-app",
  107. "navigationBarBackgroundColor": "#F8F8F8",
  108. "backgroundColor": "#F8F8F8"
  109. },
  110. "uniIdRouter": {}
  111. }