pages.json 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266
  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. "leftWindow": {
  13. "path": "windows/left-window.vue",
  14. "style": {
  15. "width": "280px"
  16. },
  17. "matchMedia": {
  18. "minWidth": 991
  19. }
  20. },
  21. "topWindow": {
  22. "path": "windows/top-window.vue",
  23. "style": {
  24. "height": "56px"
  25. },
  26. "matchMedia": {
  27. "minWidth": 991
  28. }
  29. },
  30. "pages": [
  31. {
  32. "path": "pages/launch/index",
  33. "style": {
  34. "navigationBarTitleText": "",
  35. "navigationStyle": "custom"
  36. }
  37. },
  38. {
  39. "path": "pages/mine/info",
  40. "style": {
  41. "navigationBarTitleText": "",
  42. "navigationStyle": "custom"
  43. }
  44. },
  45. {
  46. "path": "pages/mine/kyc",
  47. "style": {
  48. "navigationBarTitleText": "",
  49. "navigationStyle": "custom"
  50. }
  51. },
  52. {
  53. "path": "pages/mine/improveImmediately",
  54. "style": {
  55. "navigationBarTitleText": ""
  56. }
  57. },
  58. {
  59. "path": "pages/login/index",
  60. "style": {
  61. "navigationBarTitleText": "",
  62. "navigationStyle": "custom",
  63. "topWindow": false,
  64. "leftWindow": false,
  65. "rightWindow": false
  66. }
  67. },
  68. {
  69. "path": "pages/login/regist",
  70. "style": {
  71. "navigationBarTitleText": "",
  72. "navigationStyle": "custom",
  73. "topWindow": false,
  74. "leftWindow": false,
  75. "rightWindow": false
  76. }
  77. },
  78. {
  79. "path": "pages/login/reset",
  80. "style": {
  81. "navigationBarTitleText": "",
  82. "navigationStyle": "custom",
  83. "topWindow": false,
  84. "leftWindow": false,
  85. "rightWindow": false
  86. }
  87. },
  88. {
  89. "path": "pages/activities/index",
  90. "style": {
  91. "navigationBarTitleText": "",
  92. "navigationStyle": "custom"
  93. }
  94. },
  95. {
  96. "path": "pages/activities/content",
  97. "style": {
  98. "navigationBarTitleText": "",
  99. "navigationStyle": "custom"
  100. }
  101. },
  102. {
  103. "path": "pages/activities/detail",
  104. "style": {
  105. "navigationBarTitleText": "",
  106. "navigationStyle": "custom"
  107. }
  108. },
  109. {
  110. "path": "pages/customer/index",
  111. "style": {
  112. "navigationBarTitleText": "",
  113. "navigationStyle": "custom"
  114. }
  115. },
  116. {
  117. "path": "pages/customer/payment-history",
  118. "style": {
  119. "navigationBarTitleText": "",
  120. "navigationStyle": "custom"
  121. }
  122. },
  123. {
  124. "path": "pages/customer/recording-history",
  125. "style": {
  126. "navigationBarTitleText": "",
  127. "navigationStyle": "custom"
  128. }
  129. },
  130. {
  131. "path": "pages/customer/account-select",
  132. "style": {
  133. "navigationBarTitleText": "",
  134. "navigationStyle": "custom"
  135. }
  136. },
  137. {
  138. "path": "pages/customer/create-account",
  139. "style": {
  140. "navigationBarTitleText": "",
  141. "navigationStyle": "custom"
  142. }
  143. },
  144. {
  145. "path": "pages/customer/deposit",
  146. "style": {
  147. "navigationBarTitleText": "",
  148. "navigationStyle": "custom"
  149. }
  150. },
  151. {
  152. "path": "pages/customer/withdrawal",
  153. "style": {
  154. "navigationBarTitleText": "",
  155. "navigationStyle": "custom"
  156. }
  157. },
  158. {
  159. "path": "pages/customer/trade-history",
  160. "style": {
  161. "navigationBarTitleText": "",
  162. "navigationStyle": "custom"
  163. }
  164. },
  165. {
  166. "path": "pages/customer/trade-position",
  167. "style": {
  168. "navigationBarTitleText": "",
  169. "navigationStyle": "custom"
  170. }
  171. },
  172. {
  173. "path": "pages/ib/index",
  174. "style": {
  175. "navigationBarTitleText": "",
  176. "navigationStyle": "custom"
  177. }
  178. },
  179. {
  180. "path": "pages/ib/customer",
  181. "style": {
  182. "navigationBarTitleText": "",
  183. "navigationStyle": "custom"
  184. }
  185. },
  186. {
  187. "path": "pages/ib/report",
  188. "style": {
  189. "navigationBarTitleText": "",
  190. "navigationStyle": "custom"
  191. }
  192. },
  193. {
  194. "path": "pages/ib/transfer",
  195. "style": {
  196. "navigationBarTitleText": "",
  197. "navigationStyle": "custom"
  198. }
  199. },
  200. {
  201. "path": "pages/ib/agent-transfer",
  202. "style": {
  203. "navigationBarTitleText": "",
  204. "navigationStyle": "custom"
  205. }
  206. },
  207. {
  208. "path": "pages/ib/withdraw",
  209. "style": {
  210. "navigationBarTitleText": "",
  211. "navigationStyle": "custom"
  212. }
  213. },
  214. {
  215. "path": "pages/ib/recording",
  216. "style": {
  217. "navigationBarTitleText": "",
  218. "navigationStyle": "custom"
  219. }
  220. },
  221. {
  222. "path": "pages/analytics/analystViews",
  223. "style": {
  224. "navigationBarTitleText": "",
  225. "navigationStyle": "custom"
  226. }
  227. },
  228. {
  229. "path": "pages/analytics/news",
  230. "style": {
  231. "navigationBarTitleText": "",
  232. "navigationStyle": "custom"
  233. }
  234. },
  235. {
  236. "path": "pages/analytics/detail",
  237. "style": {
  238. "navigationBarTitleText": "",
  239. "navigationStyle": "custom"
  240. }
  241. },
  242. {
  243. "path": "pages/common/chat",
  244. "style": {
  245. "navigationBarTitleText": "",
  246. "navigationStyle": "custom"
  247. }
  248. }
  249. ],
  250. "tabBar": {
  251. "color": "#000",
  252. "selectedColor": "#ea002a",
  253. "backgroundColor": "#fff",
  254. "borderStyle": "#fff",
  255. "list": []
  256. },
  257. "globalStyle": {
  258. "navigationBarTextStyle": "black",
  259. "navigationBarTitleText": "CARD",
  260. "navigationBarBackgroundColor": "#FFFFFF",
  261. "backgroundColor": "#F8F8F9",
  262. "animationType": "fade-in",
  263. "animationDuration": 300
  264. },
  265. "uniIdRouter": {}
  266. }