pages.json 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315
  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/index",
  40. "style": {
  41. "navigationBarTitleText": "",
  42. "navigationStyle": "custom"
  43. }
  44. },
  45. {
  46. "path": "pages/mine/language",
  47. "style": {
  48. "navigationBarTitleText": "",
  49. "navigationStyle": "custom"
  50. }
  51. },
  52. {
  53. "path": "pages/mine/improve",
  54. "style": {
  55. "navigationBarTitleText": "",
  56. "navigationStyle": "custom"
  57. }
  58. },
  59. {
  60. "path": "pages/mine/info",
  61. "style": {
  62. "navigationBarTitleText": "",
  63. "navigationStyle": "custom"
  64. }
  65. },
  66. {
  67. "path": "pages/mine/permission",
  68. "style": {
  69. "navigationBarTitleText": "",
  70. "navigationStyle": "custom"
  71. }
  72. },
  73. {
  74. "path": "pages/mine/privacy",
  75. "style": {
  76. "navigationBarTitleText": "",
  77. "navigationStyle": "custom"
  78. }
  79. },
  80. {
  81. "path": "pages/mine/pay-password",
  82. "style": {
  83. "navigationBarTitleText": "",
  84. "navigationStyle": "custom"
  85. }
  86. },
  87. {
  88. "path": "pages/mine/kyc",
  89. "style": {
  90. "navigationBarTitleText": "",
  91. "navigationStyle": "custom"
  92. }
  93. },
  94. {
  95. "path": "pages/mine/improveImmediately",
  96. "style": {
  97. "navigationBarTitleText": ""
  98. }
  99. },
  100. {
  101. "path": "pages/login/index",
  102. "style": {
  103. "navigationBarTitleText": "",
  104. "navigationStyle": "custom",
  105. "topWindow": false,
  106. "leftWindow": false,
  107. "rightWindow": false
  108. }
  109. },
  110. {
  111. "path": "pages/login/regist",
  112. "style": {
  113. "navigationBarTitleText": "",
  114. "navigationStyle": "custom",
  115. "topWindow": false,
  116. "leftWindow": false,
  117. "rightWindow": false
  118. }
  119. },
  120. {
  121. "path": "pages/login/reset",
  122. "style": {
  123. "navigationBarTitleText": "",
  124. "navigationStyle": "custom",
  125. "topWindow": false,
  126. "leftWindow": false,
  127. "rightWindow": false
  128. }
  129. },
  130. {
  131. "path": "pages/activities/index",
  132. "style": {
  133. "navigationBarTitleText": "",
  134. "navigationStyle": "custom"
  135. }
  136. },
  137. {
  138. "path": "pages/activities/content",
  139. "style": {
  140. "navigationBarTitleText": "",
  141. "navigationStyle": "custom"
  142. }
  143. },
  144. {
  145. "path": "pages/activities/detail",
  146. "style": {
  147. "navigationBarTitleText": "",
  148. "navigationStyle": "custom"
  149. }
  150. },
  151. {
  152. "path": "pages/customer/index",
  153. "style": {
  154. "navigationBarTitleText": "",
  155. "navigationStyle": "custom"
  156. }
  157. },
  158. {
  159. "path": "pages/customer/payment-history",
  160. "style": {
  161. "navigationBarTitleText": "",
  162. "navigationStyle": "custom"
  163. }
  164. },
  165. {
  166. "path": "pages/customer/recording-history",
  167. "style": {
  168. "navigationBarTitleText": "",
  169. "navigationStyle": "custom"
  170. }
  171. },
  172. {
  173. "path": "pages/customer/account-select",
  174. "style": {
  175. "navigationBarTitleText": "",
  176. "navigationStyle": "custom"
  177. }
  178. },
  179. {
  180. "path": "pages/customer/create-account",
  181. "style": {
  182. "navigationBarTitleText": "",
  183. "navigationStyle": "custom"
  184. }
  185. },
  186. {
  187. "path": "pages/customer/deposit",
  188. "style": {
  189. "navigationBarTitleText": "",
  190. "navigationStyle": "custom"
  191. }
  192. },
  193. {
  194. "path": "pages/customer/withdrawal",
  195. "style": {
  196. "navigationBarTitleText": "",
  197. "navigationStyle": "custom"
  198. }
  199. },
  200. {
  201. "path": "pages/customer/trade-history",
  202. "style": {
  203. "navigationBarTitleText": "",
  204. "navigationStyle": "custom"
  205. }
  206. },
  207. {
  208. "path": "pages/customer/trade-position",
  209. "style": {
  210. "navigationBarTitleText": "",
  211. "navigationStyle": "custom"
  212. }
  213. },
  214. {
  215. "path": "pages/ib/index",
  216. "style": {
  217. "navigationBarTitleText": "",
  218. "navigationStyle": "custom"
  219. }
  220. },
  221. {
  222. "path": "pages/ib/customer",
  223. "style": {
  224. "navigationBarTitleText": "",
  225. "navigationStyle": "custom"
  226. }
  227. },
  228. {
  229. "path": "pages/ib/report",
  230. "style": {
  231. "navigationBarTitleText": "",
  232. "navigationStyle": "custom"
  233. }
  234. },
  235. {
  236. "path": "pages/ib/transfer",
  237. "style": {
  238. "navigationBarTitleText": "",
  239. "navigationStyle": "custom"
  240. }
  241. },
  242. {
  243. "path": "pages/ib/agent-transfer",
  244. "style": {
  245. "navigationBarTitleText": "",
  246. "navigationStyle": "custom"
  247. }
  248. },
  249. {
  250. "path": "pages/ib/withdraw",
  251. "style": {
  252. "navigationBarTitleText": "",
  253. "navigationStyle": "custom"
  254. }
  255. },
  256. {
  257. "path": "pages/ib/recording",
  258. "style": {
  259. "navigationBarTitleText": "",
  260. "navigationStyle": "custom"
  261. }
  262. },
  263. {
  264. "path": "pages/analytics/analystViews",
  265. "style": {
  266. "navigationBarTitleText": "",
  267. "navigationStyle": "custom"
  268. }
  269. },
  270. {
  271. "path": "pages/analytics/news",
  272. "style": {
  273. "navigationBarTitleText": "",
  274. "navigationStyle": "custom"
  275. }
  276. },
  277. {
  278. "path": "pages/analytics/detail",
  279. "style": {
  280. "navigationBarTitleText": "",
  281. "navigationStyle": "custom"
  282. }
  283. },
  284. {
  285. "path": "pages/mine/notice",
  286. "style": {
  287. "navigationBarTitleText": "",
  288. "navigationStyle": "custom"
  289. }
  290. },
  291. {
  292. "path": "pages/mine/new",
  293. "style": {
  294. "navigationBarTitleText": "",
  295. "navigationStyle": "custom"
  296. }
  297. }
  298. ],
  299. "tabBar": {
  300. "color": "#000",
  301. "selectedColor": "#ea002a",
  302. "backgroundColor": "#fff",
  303. "borderStyle": "#fff",
  304. "list": []
  305. },
  306. "globalStyle": {
  307. "navigationBarTextStyle": "black",
  308. "navigationBarTitleText": "CARD",
  309. "navigationBarBackgroundColor": "#FFFFFF",
  310. "backgroundColor": "#F8F8F9",
  311. "animationType": "fade-in",
  312. "animationDuration": 300
  313. },
  314. "uniIdRouter": {}
  315. }