pages.json 5.9 KB

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