pages.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [
  6. {
  7. "path": "pages/login",
  8. "style": {
  9. "navigationBarTitleText": "加载中",
  10. "navigationStyle": "custom"
  11. }
  12. },
  13. {
  14. "path" : "pages/lgz/index/index",
  15. "style" :
  16. {
  17. "navigationBarTitleText" : "梅山古镇",
  18. "navigationStyle": "custom"
  19. }
  20. },
  21. {
  22. "path" : "pages/lgz/record/record",
  23. "style" :
  24. {
  25. "navigationBarTitleText" : "扫码记录",
  26. "navigationStyle": "custom"
  27. }
  28. },
  29. {
  30. "path" : "pages/cjx/record/record",
  31. "style" :
  32. {
  33. "navigationBarTitleText" : "扫码记录",
  34. "navigationStyle": "custom"
  35. }
  36. },
  37. {
  38. "path" : "pages/lgz/traceability/traceability",
  39. "style" :
  40. {
  41. "navigationBarTitleText" : "溯源信息",
  42. "navigationStyle": "custom"
  43. }
  44. },
  45. {
  46. "path" : "pages/cjx/traceability/traceability",
  47. "style" :
  48. {
  49. "navigationBarTitleText" : "溯源信息",
  50. "navigationStyle": "custom"
  51. }
  52. },
  53. {
  54. "path" : "pages/lgz/feedback/feedback",
  55. "style" :
  56. {
  57. "navigationBarTitleText" : "意见反馈",
  58. "navigationStyle": "custom"
  59. }
  60. },
  61. {
  62. "path" : "pages/cjx/feedback/feedback",
  63. "style" :
  64. {
  65. "navigationBarTitleText" : "意见反馈",
  66. "navigationStyle": "custom"
  67. }
  68. },
  69. {
  70. "path" : "pages/lgz/introduction/introduction",
  71. "style" :
  72. {
  73. "navigationBarTitleText" : "公司简介",
  74. "navigationStyle": "custom"
  75. }
  76. },
  77. {
  78. "path" : "pages/cjx/introduction/introduction",
  79. "style" :
  80. {
  81. "navigationBarTitleText" : "公司简介",
  82. "navigationStyle": "custom"
  83. }
  84. },
  85. {
  86. "path" : "pages/lgz/index/claim",
  87. "style" :
  88. {
  89. "navigationBarTitleText" : "中奖记录",
  90. "navigationStyle": "custom"
  91. }
  92. },
  93. {
  94. "path" : "pages/cjx/index/claim",
  95. "style" :
  96. {
  97. "navigationBarTitleText" : "中奖记录",
  98. "navigationStyle": "custom"
  99. }
  100. },
  101. {
  102. "path" : "pages/lgz/index/rules",
  103. "style" :
  104. {
  105. "navigationBarTitleText" : "活动规则",
  106. "navigationStyle": "custom"
  107. }
  108. },
  109. {
  110. "path" : "pages/cjx/index/rules",
  111. "style" :
  112. {
  113. "navigationBarTitleText" : "活动规则",
  114. "navigationStyle": "custom"
  115. }
  116. },
  117. {
  118. "path" : "pages/lgz/error",
  119. "style" :
  120. {
  121. "navigationBarTitleText" : "梅干古筝",
  122. "navigationStyle": "custom"
  123. }
  124. },
  125. {
  126. "path" : "pages/lgz/address/address",
  127. "style" :
  128. {
  129. "navigationBarTitleText" : "",
  130. "navigationStyle": "custom"
  131. }
  132. },
  133. {
  134. "path" : "pages/lgz/my/my",
  135. "style" :
  136. {
  137. "navigationBarTitleText" : "",
  138. "navigationStyle": "custom"
  139. }
  140. },
  141. {
  142. "path" : "pages/lgz/index/winPrize",
  143. "style" :
  144. {
  145. "navigationBarTitleText" : "",
  146. "navigationStyle": "custom"
  147. }
  148. },
  149. {
  150. "path" : "pages/lgz/index/unWinPrize",
  151. "style" :
  152. {
  153. "navigationBarTitleText" : "",
  154. "navigationStyle": "custom"
  155. }
  156. },
  157. {
  158. "path" : "pages/cjx/index/index",
  159. "style" :
  160. {
  161. "navigationBarTitleText" : "",
  162. "navigationStyle": "custom"
  163. }
  164. },
  165. {
  166. "path" : "pages/cjx/index/authCode",
  167. "style" :
  168. {
  169. "navigationBarTitleText" : "",
  170. "navigationStyle": "custom"
  171. }
  172. },
  173. {
  174. "path" : "pages/cjx/my/my",
  175. "style" :
  176. {
  177. "navigationBarTitleText" : "",
  178. "navigationStyle": "custom"
  179. }
  180. }
  181. ],
  182. "globalStyle": {
  183. "navigationBarTextStyle": "black",
  184. "navigationBarTitleText": "uni-app",
  185. "navigationBarBackgroundColor": "#F8F8F8",
  186. "backgroundColor": "#F8F8F8"
  187. },
  188. "uniIdRouter": {}
  189. }