pages.json 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [
  6. {
  7. "path" : "pages/login/account-login",
  8. "style" :
  9. {
  10. "navigationStyle":"custom",
  11. "enablePullDownRefresh": false
  12. }
  13. },
  14. {
  15. "path": "pages/index/index",
  16. "style": {
  17. "navigationStyle":"custom",
  18. "navigationBarTitleText": "联兑通商户版"
  19. }
  20. }
  21. ,{
  22. "path" : "pages/login/login",
  23. "style" :
  24. {
  25. "navigationStyle":"custom",
  26. "navigationBarTitleText": "",
  27. "enablePullDownRefresh": false
  28. }
  29. }
  30. ,{
  31. "path" : "pages/card/card",
  32. "style" :
  33. {
  34. "navigationBarTitleText": "卡包",
  35. "enablePullDownRefresh": false
  36. }
  37. }
  38. ,{
  39. "path" : "pages/bill/bill",
  40. "style" :
  41. {
  42. "navigationBarTitleText": "我的账单",
  43. "enablePullDownRefresh": false
  44. }
  45. }
  46. ,{
  47. "path" : "pages/bill/billDetail",
  48. "style" :
  49. {
  50. "navigationBarTitleText": "账单详情",
  51. "enablePullDownRefresh": false
  52. }
  53. }
  54. ,{
  55. "path" : "pages/publish/publish",
  56. "style" :
  57. {
  58. "navigationBarTitleText": "发起活动",
  59. "navigationStyle":"custom",
  60. "enablePullDownRefresh": false
  61. }
  62. }
  63. ,{
  64. "path" : "pages/publish/detail",
  65. "style" :
  66. {
  67. "navigationStyle":"custom",
  68. "navigationBarTitleText": "活动详情",
  69. "enablePullDownRefresh": false
  70. }
  71. }
  72. ,{
  73. "path" : "pages/activity/activity",
  74. "style" :
  75. {
  76. "navigationBarTitleText": "活动列表",
  77. "enablePullDownRefresh": false
  78. }
  79. }
  80. ,{
  81. "path" : "pages/member/member",
  82. "style" :
  83. {
  84. "navigationBarTitleText": "会员中心",
  85. "enablePullDownRefresh": false
  86. }
  87. }
  88. ,{
  89. "path" : "pages/member/detail",
  90. "style" :
  91. {
  92. "navigationBarTitleText": "会员详情",
  93. "enablePullDownRefresh": false
  94. }
  95. }
  96. ,{
  97. "path" : "pages/login/forget",
  98. "style" :
  99. {
  100. "navigationStyle":"custom",
  101. "navigationBarTitleText": "",
  102. "enablePullDownRefresh": false
  103. }
  104. }
  105. ,{
  106. "path" : "pages/login/register",
  107. "style" :
  108. {
  109. "navigationStyle":"custom",
  110. "navigationBarTitleText": "注册账号",
  111. "enablePullDownRefresh": false
  112. }
  113. }
  114. ,{
  115. "path" : "pages/shop-info/shop-info",
  116. "style" :
  117. {
  118. "navigationStyle":"custom",
  119. "navigationBarTitleText": "",
  120. "enablePullDownRefresh": false
  121. }
  122. }
  123. ,{
  124. "path" : "pages/member/add",
  125. "style" :
  126. {
  127. "navigationBarTitleText": "创建会员中心",
  128. "enablePullDownRefresh": false
  129. }
  130. }
  131. ,{
  132. "path" : "pages/webView/webView",
  133. "style" :
  134. {
  135. "navigationBarTitleText": "",
  136. "enablePullDownRefresh": false
  137. }
  138. }
  139. ,{
  140. "path" : "pages/userBank/userBank",
  141. "style" :
  142. {
  143. "navigationBarTitleText": "银行卡",
  144. "enablePullDownRefresh": false
  145. }
  146. }
  147. ,{
  148. "path" : "pages/userBank/add",
  149. "style" :
  150. {
  151. "navigationBarTitleText": "添加银行卡",
  152. "enablePullDownRefresh": false
  153. }
  154. }
  155. ,{
  156. "path" : "pages/login/updatePassworf",
  157. "style" :
  158. {
  159. "navigationBarTitleText": "修改密码",
  160. "enablePullDownRefresh": false
  161. }
  162. }
  163. ,{
  164. "path" : "pages/checkstand/index",
  165. "style" :
  166. {
  167. "navigationBarTitleText": "收银台",
  168. "enablePullDownRefresh": false
  169. }
  170. }
  171. ,{
  172. "path" : "pages/checkstand/pay-qrcode",
  173. "style" :
  174. {
  175. "navigationBarTextStyle": "white",
  176. "navigationBarBackgroundColor": "#FE9644",
  177. "navigationBarTitleText": "收款码",
  178. "enablePullDownRefresh": false
  179. }
  180. }
  181. ,{
  182. "path" : "pages/checkstand/order-res",
  183. "style" :
  184. {
  185. "navigationBarTitleText": "支付详情",
  186. "enablePullDownRefresh": false
  187. }
  188. }
  189. ,{
  190. "path" : "pages/pay/pay",
  191. "style" :
  192. {
  193. "navigationBarTitleText": "扫码收款",
  194. "enablePullDownRefresh": false
  195. }
  196. }
  197. ],
  198. "globalStyle": {
  199. "navigationBarTextStyle": "black",
  200. "navigationBarTitleText": "uni-app",
  201. "navigationBarBackgroundColor": "#FFFFFF",
  202. "backgroundColor": "#F8F8F8"
  203. }
  204. }