pages.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
  6. "^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
  7. "^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue",
  8. "^cwg-(.*)": "@/components/cwg-$1.vue"
  9. }
  10. },
  11. "pages": [
  12. {
  13. "path": "pages/card/index",
  14. "style": {
  15. "navigationBarTitleText": "",
  16. "navigationStyle": "custom"
  17. }
  18. },
  19. {
  20. "path": "pages/card/operations",
  21. "style": {
  22. "navigationBarTitleText": "",
  23. "navigationStyle": "custom"
  24. }
  25. },
  26. {
  27. "path": "pages/card/select",
  28. "style": {
  29. "navigationBarTitleText": "",
  30. "navigationStyle": "custom"
  31. }
  32. },
  33. {
  34. "path": "pages/card/apply",
  35. "style": {
  36. "navigationBarTitleText": "",
  37. "navigationStyle": "custom"
  38. }
  39. },
  40. {
  41. "path": "pages/recharge-record/list",
  42. "style": {
  43. "navigationBarTitleText": "",
  44. "navigationStyle": "custom",
  45. "backgroundColor": "#f5f5f5"
  46. }
  47. },
  48. {
  49. "path": "pages/recharge-record/detail",
  50. "style": {
  51. "navigationBarTitleText": "",
  52. "navigationStyle": "custom"
  53. }
  54. },
  55. {
  56. "path": "pages/apply-record/list",
  57. "style": {
  58. "navigationBarTitleText": "",
  59. "navigationStyle": "custom"
  60. }
  61. },
  62. {
  63. "path": "pages/apply-record/detail",
  64. "style": {
  65. "navigationBarTitleText": "",
  66. "navigationStyle": "custom"
  67. }
  68. },
  69. {
  70. "path": "pages/mine/index",
  71. "style": {
  72. "navigationBarTitleText": "",
  73. "navigationStyle": "custom"
  74. }
  75. },
  76. {
  77. "path": "pages/mine/language",
  78. "style": {
  79. "navigationBarTitleText": "",
  80. "navigationStyle": "custom"
  81. }
  82. },
  83. {
  84. "path": "pages/mine/improve",
  85. "style": {
  86. "navigationBarTitleText": "",
  87. "navigationStyle": "custom"
  88. }
  89. },
  90. {
  91. "path": "pages/mine/info",
  92. "style": {
  93. "navigationBarTitleText": "",
  94. "navigationStyle": "custom"
  95. }
  96. },
  97. {
  98. "path": "pages/mine/permission",
  99. "style": {
  100. "navigationBarTitleText": "",
  101. "navigationStyle": "custom"
  102. }
  103. },
  104. {
  105. "path": "pages/mine/privacy",
  106. "style": {
  107. "navigationBarTitleText": "",
  108. "navigationStyle": "custom"
  109. }
  110. },
  111. {
  112. "path": "pages/mine/help",
  113. "style": {
  114. "navigationBarTitleText": "",
  115. "navigationStyle": "custom"
  116. }
  117. },
  118. {
  119. "path": "pages/mine/help-detail",
  120. "style": {
  121. "navigationBarTitleText": "",
  122. "navigationStyle": "custom"
  123. }
  124. },
  125. {
  126. "path": "pages/mine/cog",
  127. "style": {
  128. "navigationBarTitleText": "",
  129. "navigationStyle": "custom"
  130. }
  131. },
  132. {
  133. "path": "pages/mine/pay-password",
  134. "style": {
  135. "navigationBarTitleText": "",
  136. "navigationStyle": "custom"
  137. }
  138. },
  139. {
  140. "path": "pages/mine/kyc",
  141. "style": {
  142. "navigationBarTitleText": "",
  143. "navigationStyle": "custom"
  144. }
  145. },
  146. {
  147. "path": "pages/wallet/index",
  148. "style": {
  149. "navigationBarTitleText": "",
  150. "navigationStyle": "custom"
  151. }
  152. },
  153. {
  154. "path": "pages/wallet/global-list",
  155. "style": {
  156. "navigationBarTitleText": "",
  157. "navigationStyle": "custom"
  158. }
  159. },
  160. {
  161. "path": "pages/wallet/global-detail",
  162. "style": {
  163. "navigationBarTitleText": "",
  164. "navigationStyle": "custom"
  165. }
  166. },
  167. {
  168. "path": "pages/wallet/balance",
  169. "style": {
  170. "navigationBarTitleText": "",
  171. "navigationStyle": "custom"
  172. }
  173. },
  174. {
  175. "path": "pages/wallet/global-order",
  176. "style": {
  177. "navigationBarTitleText": "",
  178. "navigationStyle": "custom"
  179. }
  180. },
  181. {
  182. "path": "pages/login/index",
  183. "style": {
  184. "navigationBarTitleText": "",
  185. "navigationStyle": "custom"
  186. }
  187. },
  188. {
  189. "path": "pages/login/regist",
  190. "style": {
  191. "navigationBarTitleText": "",
  192. "navigationStyle": "custom"
  193. }
  194. },
  195. {
  196. "path": "pages/login/reset",
  197. "style": {
  198. "navigationBarTitleText": "",
  199. "navigationStyle": "custom"
  200. }
  201. },
  202. {
  203. "path": "pages/login/forget",
  204. "style": {
  205. "navigationBarTitleText": "",
  206. "navigationStyle": "custom"
  207. }
  208. }
  209. ],
  210. "tabBar": {
  211. "color": "#000",
  212. "selectedColor": "#ea002a",
  213. "backgroundColor": "#fff",
  214. "borderStyle": "#fff",
  215. "list": []
  216. },
  217. "globalStyle": {
  218. "navigationBarTextStyle": "black",
  219. "navigationBarTitleText": "CARD",
  220. "navigationBarBackgroundColor": "#FFFFFF",
  221. "backgroundColor": "#F8F8F9"
  222. },
  223. "uniIdRouter": {}
  224. }