pages.json 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456
  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. "navigationStyle": "custom"
  57. }
  58. },
  59. {
  60. "path": "pages/login/index",
  61. "style": {
  62. "navigationBarTitleText": "",
  63. "navigationStyle": "custom",
  64. "topWindow": false,
  65. "leftWindow": false,
  66. "rightWindow": false
  67. }
  68. },
  69. {
  70. "path": "pages/login/regist",
  71. "style": {
  72. "navigationBarTitleText": "",
  73. "navigationStyle": "custom",
  74. "topWindow": false,
  75. "leftWindow": false,
  76. "rightWindow": false
  77. }
  78. },
  79. {
  80. "path": "pages/login/reset",
  81. "style": {
  82. "navigationBarTitleText": "",
  83. "navigationStyle": "custom",
  84. "topWindow": false,
  85. "leftWindow": false,
  86. "rightWindow": false
  87. }
  88. },
  89. {
  90. "path": "pages/activities/index",
  91. "style": {
  92. "navigationBarTitleText": "",
  93. "navigationStyle": "custom"
  94. }
  95. },
  96. {
  97. "path": "pages/activities/content",
  98. "style": {
  99. "navigationBarTitleText": "",
  100. "navigationStyle": "custom"
  101. }
  102. },
  103. {
  104. "path": "pages/activities/monthly-list",
  105. "style": {
  106. "navigationBarTitleText": "",
  107. "navigationStyle": "custom"
  108. }
  109. },
  110. {
  111. "path": "pages/activities/surplus-list",
  112. "style": {
  113. "navigationBarTitleText": "",
  114. "navigationStyle": "custom"
  115. }
  116. },
  117. {
  118. "path": "pages/activities/detail",
  119. "style": {
  120. "navigationBarTitleText": "",
  121. "navigationStyle": "custom"
  122. }
  123. },
  124. {
  125. "path": "pages/customer/index",
  126. "style": {
  127. "navigationBarTitleText": "",
  128. "navigationStyle": "custom"
  129. }
  130. },
  131. {
  132. "path": "pages/customer/payment-history",
  133. "style": {
  134. "navigationBarTitleText": "",
  135. "navigationStyle": "custom"
  136. }
  137. },
  138. {
  139. "path": "pages/customer/recording-history",
  140. "style": {
  141. "navigationBarTitleText": "",
  142. "navigationStyle": "custom"
  143. }
  144. },
  145. {
  146. "path": "pages/customer/account-select",
  147. "style": {
  148. "navigationBarTitleText": "",
  149. "navigationStyle": "custom"
  150. }
  151. },
  152. {
  153. "path": "pages/customer/create-account",
  154. "style": {
  155. "navigationBarTitleText": "",
  156. "navigationStyle": "custom"
  157. }
  158. },
  159. {
  160. "path": "pages/customer/deposit-select",
  161. "style": {
  162. "navigationBarTitleText": "",
  163. "navigationStyle": "custom"
  164. }
  165. },
  166. {
  167. "path": "pages/customer/withdrawal-select",
  168. "style": {
  169. "navigationBarTitleText": "",
  170. "navigationStyle": "custom"
  171. }
  172. },
  173. {
  174. "path": "pages/customer/deposit",
  175. "style": {
  176. "navigationBarTitleText": "",
  177. "navigationStyle": "custom"
  178. }
  179. },
  180. {
  181. "path": "pages/customer/withdrawal",
  182. "style": {
  183. "navigationBarTitleText": "",
  184. "navigationStyle": "custom"
  185. }
  186. },
  187. {
  188. "path": "pages/customer/transfer",
  189. "style": {
  190. "navigationBarTitleText": "",
  191. "navigationStyle": "custom"
  192. }
  193. },
  194. {
  195. "path": "pages/customer/trade-history",
  196. "style": {
  197. "navigationBarTitleText": "",
  198. "navigationStyle": "custom"
  199. }
  200. },
  201. {
  202. "path": "pages/customer/trade-position",
  203. "style": {
  204. "navigationBarTitleText": "",
  205. "navigationStyle": "custom"
  206. }
  207. },
  208. {
  209. "path": "pages/customer/wallet-history",
  210. "style": {
  211. "navigationBarTitleText": "",
  212. "navigationStyle": "custom"
  213. }
  214. },
  215. {
  216. "path": "pages/customer/wallet-transfer",
  217. "style": {
  218. "navigationBarTitleText": "",
  219. "navigationStyle": "custom"
  220. }
  221. },
  222. {
  223. "path": "pages/ib/index",
  224. "style": {
  225. "navigationBarTitleText": "",
  226. "navigationStyle": "custom"
  227. }
  228. },
  229. {
  230. "path": "pages/ib/customer",
  231. "style": {
  232. "navigationBarTitleText": "",
  233. "navigationStyle": "custom"
  234. }
  235. },
  236. {
  237. "path": "pages/ib/accountList",
  238. "style": {
  239. "navigationBarTitleText": "",
  240. "navigationStyle": "custom"
  241. }
  242. },
  243. {
  244. "path": "pages/ib/subsList",
  245. "style": {
  246. "navigationBarTitleText": "",
  247. "navigationStyle": "custom"
  248. }
  249. },
  250. {
  251. "path": "pages/ib/agentList",
  252. "style": {
  253. "navigationBarTitleText": "",
  254. "navigationStyle": "custom"
  255. }
  256. },
  257. {
  258. "path": "pages/ib/linkList",
  259. "style": {
  260. "navigationBarTitleText": "",
  261. "navigationStyle": "custom"
  262. }
  263. },
  264. {
  265. "path": "pages/ib/report",
  266. "style": {
  267. "navigationBarTitleText": "",
  268. "navigationStyle": "custom"
  269. }
  270. },
  271. {
  272. "path": "pages/ib/complexReport",
  273. "style": {
  274. "navigationBarTitleText": "",
  275. "navigationStyle": "custom"
  276. }
  277. },
  278. {
  279. "path": "pages/ib/transfer",
  280. "style": {
  281. "navigationBarTitleText": "",
  282. "navigationStyle": "custom"
  283. }
  284. },
  285. {
  286. "path": "pages/ib/agent-transfer",
  287. "style": {
  288. "navigationBarTitleText": "",
  289. "navigationStyle": "custom"
  290. }
  291. },
  292. {
  293. "path": "pages/ib/withdraw-select",
  294. "style": {
  295. "navigationBarTitleText": "",
  296. "navigationStyle": "custom"
  297. }
  298. },
  299. {
  300. "path": "pages/ib/withdraw",
  301. "style": {
  302. "navigationBarTitleText": "",
  303. "navigationStyle": "custom"
  304. }
  305. },
  306. {
  307. "path": "pages/ib/recording",
  308. "style": {
  309. "navigationBarTitleText": "",
  310. "navigationStyle": "custom"
  311. }
  312. },
  313. {
  314. "path": "pages/ib/settingPammManager",
  315. "style": {
  316. "navigationBarTitleText": "",
  317. "navigationStyle": "custom"
  318. }
  319. },
  320. {
  321. "path": "pages/ib/openAccount",
  322. "style": {
  323. "navigationBarTitleText": "",
  324. "navigationStyle": "custom"
  325. }
  326. },
  327. {
  328. "path": "pages/ib/openPammManager",
  329. "style": {
  330. "navigationBarTitleText": "",
  331. "navigationStyle": "custom"
  332. }
  333. },
  334. {
  335. "path": "pages/analytics/analystViews",
  336. "style": {
  337. "navigationBarTitleText": "",
  338. "navigationStyle": "custom"
  339. }
  340. },
  341. {
  342. "path": "pages/analytics/news",
  343. "style": {
  344. "navigationBarTitleText": "",
  345. "navigationStyle": "custom"
  346. }
  347. },
  348. {
  349. "path": "pages/analytics/detail",
  350. "style": {
  351. "navigationBarTitleText": "",
  352. "navigationStyle": "custom"
  353. }
  354. },
  355. {
  356. "path": "pages/common/chat",
  357. "style": {
  358. "navigationBarTitleText": "",
  359. "navigationStyle": "custom"
  360. }
  361. },
  362. {
  363. "path": "pages/common/download",
  364. "style": {
  365. "navigationBarTitleText": "",
  366. "navigationStyle": "custom"
  367. }
  368. },
  369. {
  370. "path": "pages/common/webview",
  371. "style": {
  372. "navigationBarTitleText": "",
  373. "navigationStyle": "custom"
  374. }
  375. },
  376. {
  377. "path": "pages/common/notice",
  378. "style": {
  379. "navigationBarTitleText": "",
  380. "navigationStyle": "custom"
  381. }
  382. },
  383. {
  384. "path": "pages/follow/index",
  385. "style": {
  386. "navigationBarTitleText": "",
  387. "navigationStyle": "custom"
  388. }
  389. },
  390. {
  391. "path": "pages/follow/report",
  392. "style": {
  393. "navigationBarTitleText": "",
  394. "navigationStyle": "custom"
  395. }
  396. },
  397. {
  398. "path": "pages/follow/transfer",
  399. "style": {
  400. "navigationBarTitleText": "",
  401. "navigationStyle": "custom"
  402. }
  403. },
  404. {
  405. "path": "pages/follow/transfer-history",
  406. "style": {
  407. "navigationBarTitleText": "",
  408. "navigationStyle": "custom"
  409. }
  410. },
  411. {
  412. "path": "pages/follow/trading-management",
  413. "style": {
  414. "navigationBarTitleText": "",
  415. "navigationStyle": "custom"
  416. }
  417. },
  418. {
  419. "path": "pages/follow/account-management",
  420. "style": {
  421. "navigationBarTitleText": "",
  422. "navigationStyle": "custom"
  423. }
  424. },
  425. {
  426. "path": "pages/follow/record",
  427. "style": {
  428. "navigationBarTitleText": "",
  429. "navigationStyle": "custom"
  430. }
  431. },
  432. {
  433. "path": "pages/follow/trading-center",
  434. "style": {
  435. "navigationBarTitleText": "",
  436. "navigationStyle": "custom"
  437. }
  438. }
  439. ],
  440. "tabBar": {
  441. "color": "#000",
  442. "selectedColor": "#ea002a",
  443. "backgroundColor": "#fff",
  444. "borderStyle": "#fff",
  445. "list": []
  446. },
  447. "globalStyle": {
  448. "navigationBarTextStyle": "black",
  449. "navigationBarTitleText": "CARD",
  450. "navigationBarBackgroundColor": "#FFFFFF",
  451. "backgroundColor": "#F8F8F9",
  452. "animationType": "fade-in",
  453. "animationDuration": 300
  454. },
  455. "uniIdRouter": {}
  456. }