pages.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  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/chosenposition",
  40. "style": {
  41. "navigationBarTitleText": "选择区域",
  42. "navigationStyle": "custom"
  43. }
  44. },
  45. {
  46. "path": "pages/news",
  47. "style": {
  48. "navigationBarTitleText": "演出资讯",
  49. "navigationStyle": "custom"
  50. }
  51. },
  52. {
  53. "path": "pages/newsdetails",
  54. "style": {
  55. "navigationBarTitleText": "资讯详情",
  56. "navigationStyle": "custom"
  57. }
  58. },
  59. {
  60. "path": "pages/actors",
  61. "style": {
  62. "navigationBarTitleText": "演员列表",
  63. "navigationStyle": "custom"
  64. }
  65. }
  66. ],
  67. "subPackages": [
  68. {
  69. "root": "center",
  70. "pages": [
  71. {
  72. "path": "center",
  73. "style": {
  74. "navigationBarTitleText": "我的",
  75. "navigationStyle": "custom"
  76. }
  77. },
  78. {
  79. "path": "factorauth",
  80. "style": {
  81. "navigationBarTitleText": "实名认证",
  82. "navigationStyle": "custom"
  83. }
  84. },
  85. {
  86. "path": "viewrecord",
  87. "style": {
  88. "navigationBarTitleText": "观看记录",
  89. "navigationStyle": "custom"
  90. }
  91. },
  92. {
  93. "path": "memberinfo",
  94. "style": {
  95. "navigationBarTitleText": "个人信息",
  96. "navigationStyle": "custom"
  97. }
  98. },
  99. {
  100. "path": "people",
  101. "style": {
  102. "navigationBarTitleText": "信息填写",
  103. "navigationStyle": "custom"
  104. }
  105. },
  106. {
  107. "path": "mycoupon",
  108. "style": {
  109. "navigationBarTitleText": "我的优惠券",
  110. "navigationStyle": "custom"
  111. }
  112. },
  113. {
  114. "path": "invoice",
  115. "style": {
  116. "navigationBarTitleText": "开具发票",
  117. "navigationStyle": "custom"
  118. }
  119. },
  120. {
  121. "path": "order",
  122. "style": {
  123. "navigationBarTitleText": "订单",
  124. "navigationStyle": "custom"
  125. }
  126. },
  127. {
  128. "path": "orderdetails",
  129. "style": {
  130. "navigationBarTitleText": "订单详情",
  131. "navigationStyle": "custom"
  132. }
  133. },
  134. {
  135. "path": "refund",
  136. "style": {
  137. "navigationBarTitleText": "申请退款",
  138. "navigationStyle": "custom"
  139. }
  140. }
  141. ]
  142. }
  143. ],
  144. "preloadRule": {
  145. },
  146. "globalStyle": {
  147. "navigationBarTextStyle": "black",
  148. "navigationBarTitleText": "uni-app",
  149. "navigationBarBackgroundColor": "#F8F8F8",
  150. "backgroundColor": "#F8F8F8"
  151. },
  152. "uniIdRouter": {}
  153. }