pages.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  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/loginh5",
  19. // "style": {
  20. // "navigationBarTitleText": "登录",
  21. // "navigationStyle": "custom"
  22. // }
  23. // },
  24. {
  25. "path": "pages/login/regulation",
  26. "style": {
  27. "navigationBarTitleText": "使用条款",
  28. "navigationStyle": "custom"
  29. }
  30. },
  31. {
  32. "path": "pages/bookticket",
  33. "style": {
  34. "navigationBarTitleText": "订票",
  35. "navigationStyle": "custom"
  36. }
  37. },
  38. {
  39. "path": "pages/ticketlist",
  40. "style": {
  41. "navigationBarTitleText": "票务购买",
  42. "navigationStyle": "custom"
  43. }
  44. },
  45. {
  46. "path": "pages/chosenposition",
  47. "style": {
  48. "navigationBarTitleText": "选择区域",
  49. "navigationStyle": "custom"
  50. }
  51. },
  52. {
  53. "path": "pages/news",
  54. "style": {
  55. "navigationBarTitleText": "演出资讯",
  56. "navigationStyle": "custom"
  57. }
  58. },
  59. {
  60. "path": "pages/newsdetails",
  61. "style": {
  62. "navigationBarTitleText": "资讯详情",
  63. "navigationStyle": "custom"
  64. }
  65. },
  66. {
  67. "path": "pages/actors",
  68. "style": {
  69. "navigationBarTitleText": "演员列表",
  70. "navigationStyle": "custom"
  71. }
  72. },
  73. {
  74. "path": "pages/actorsinfo",
  75. "style": {
  76. "navigationBarTitleText": "演员信息",
  77. "navigationStyle": "custom"
  78. }
  79. }
  80. ],
  81. "subPackages": [
  82. {
  83. "root": "center",
  84. "pages": [
  85. {
  86. "path": "center",
  87. "style": {
  88. "navigationBarTitleText": "我的",
  89. "navigationStyle": "custom"
  90. }
  91. },
  92. {
  93. "path": "factorauth",
  94. "style": {
  95. "navigationBarTitleText": "实名认证",
  96. "navigationStyle": "custom"
  97. }
  98. },
  99. {
  100. "path": "viewrecord",
  101. "style": {
  102. "navigationBarTitleText": "观看记录",
  103. "navigationStyle": "custom"
  104. }
  105. },
  106. {
  107. "path": "memberinfo",
  108. "style": {
  109. "navigationBarTitleText": "个人信息",
  110. "navigationStyle": "custom"
  111. }
  112. },
  113. {
  114. "path": "people",
  115. "style": {
  116. "navigationBarTitleText": "信息填写",
  117. "navigationStyle": "custom"
  118. }
  119. },
  120. {
  121. "path": "mycoupon",
  122. "style": {
  123. "navigationBarTitleText": "我的优惠券",
  124. "navigationStyle": "custom"
  125. }
  126. },
  127. {
  128. "path": "couponlist",
  129. "style": {
  130. "navigationBarTitleText": "优惠券活动",
  131. "navigationStyle": "custom"
  132. }
  133. },
  134. {
  135. "path": "couponselect",
  136. "style": {
  137. "navigationBarTitleText": "选择优惠券",
  138. "navigationStyle": "custom"
  139. }
  140. },
  141. {
  142. "path": "invoice",
  143. "style": {
  144. "navigationBarTitleText": "开具发票",
  145. "navigationStyle": "custom"
  146. }
  147. },
  148. {
  149. "path": "invoicedetails",
  150. "style": {
  151. "navigationBarTitleText": "发票详情",
  152. "navigationStyle": "custom"
  153. }
  154. },
  155. {
  156. "path": "order",
  157. "style": {
  158. "navigationBarTitleText": "订单",
  159. "navigationStyle": "custom"
  160. }
  161. },
  162. {
  163. "path": "orderdetails",
  164. "style": {
  165. "navigationBarTitleText": "订单详情",
  166. "navigationStyle": "custom"
  167. }
  168. },
  169. {
  170. "path": "refund",
  171. "style": {
  172. "navigationBarTitleText": "申请退款",
  173. "navigationStyle": "custom"
  174. }
  175. },
  176. {
  177. "path": "refundselect",
  178. "style": {
  179. "navigationBarTitleText": "选择退款信息",
  180. "navigationStyle": "custom"
  181. }
  182. },
  183. {
  184. "path": "paysuccess",
  185. "style": {
  186. "navigationBarTitleText": "支付成功",
  187. "navigationStyle": "custom"
  188. }
  189. },
  190. {
  191. "path": "viewRefund",
  192. "style": {
  193. "navigationBarTitleText": "查看退款",
  194. "navigationStyle": "custom"
  195. }
  196. },
  197. {
  198. "path": "applyshare",
  199. "style": {
  200. "navigationBarTitleText": "全民分享",
  201. "navigationStyle": "custom"
  202. }
  203. },
  204. {
  205. "path": "applysharesuccess",
  206. "style": {
  207. "navigationBarTitleText": "全民分享",
  208. "navigationStyle": "custom"
  209. }
  210. }
  211. ]
  212. }
  213. ],
  214. "preloadRule": {
  215. },
  216. "globalStyle": {
  217. "navigationBarTextStyle": "black",
  218. "navigationBarTitleText": "uni-app",
  219. "navigationBarBackgroundColor": "#F8F8F8",
  220. "backgroundColor": "#F8F8F8"
  221. },
  222. "uniIdRouter": {}
  223. }