pages.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569
  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. "backgroundColor": "transparent",
  36. "navigationStyle": "custom"
  37. }
  38. },
  39. {
  40. "path": "pages/mine/info",
  41. "style": {
  42. "navigationBarTitleText": "",
  43. "backgroundColor": "transparent",
  44. "navigationStyle": "custom"
  45. }
  46. },
  47. {
  48. "path": "pages/mine/kyc",
  49. "style": {
  50. "navigationBarTitleText": "",
  51. "backgroundColor": "transparent",
  52. "navigationStyle": "custom"
  53. }
  54. },
  55. {
  56. "path": "pages/mine/improveImmediately",
  57. "style": {
  58. "navigationBarTitleText": "",
  59. "backgroundColor": "transparent",
  60. "navigationStyle": "custom"
  61. }
  62. },
  63. {
  64. "path": "pages/login/index",
  65. "style": {
  66. "navigationBarTitleText": "",
  67. "backgroundColor": "transparent",
  68. "navigationStyle": "custom",
  69. "topWindow": false,
  70. "leftWindow": false,
  71. "rightWindow": false
  72. }
  73. },
  74. {
  75. "path": "pages/login/regist",
  76. "style": {
  77. "navigationBarTitleText": "",
  78. "backgroundColor": "transparent",
  79. "navigationStyle": "custom",
  80. "topWindow": false,
  81. "leftWindow": false,
  82. "rightWindow": false
  83. }
  84. },
  85. {
  86. "path": "pages/login/reset",
  87. "style": {
  88. "navigationBarTitleText": "",
  89. "backgroundColor": "transparent",
  90. "navigationStyle": "custom",
  91. "topWindow": false,
  92. "leftWindow": false,
  93. "rightWindow": false
  94. }
  95. },
  96. {
  97. "path": "pages/activities/index",
  98. "style": {
  99. "navigationBarTitleText": "",
  100. "backgroundColor": "transparent",
  101. "navigationStyle": "custom"
  102. }
  103. },
  104. {
  105. "path": "pages/activities/content",
  106. "style": {
  107. "navigationBarTitleText": "",
  108. "backgroundColor": "transparent",
  109. "navigationStyle": "custom"
  110. }
  111. },
  112. {
  113. "path": "pages/activities/monthly-list",
  114. "style": {
  115. "navigationBarTitleText": "",
  116. "backgroundColor": "transparent",
  117. "navigationStyle": "custom"
  118. }
  119. },
  120. {
  121. "path": "pages/activities/dollar-list",
  122. "style": {
  123. "navigationBarTitleText": "",
  124. "backgroundColor": "transparent",
  125. "navigationStyle": "custom"
  126. }
  127. },
  128. {
  129. "path": "pages/activities/surplus-list",
  130. "style": {
  131. "navigationBarTitleText": "",
  132. "backgroundColor": "transparent",
  133. "navigationStyle": "custom"
  134. }
  135. },
  136. {
  137. "path": "pages/activities/detail",
  138. "style": {
  139. "navigationBarTitleText": "",
  140. "backgroundColor": "transparent",
  141. "navigationStyle": "custom"
  142. }
  143. },
  144. {
  145. "path": "pages/customer/dashboard",
  146. "style": {
  147. "navigationBarTitleText": "",
  148. "backgroundColor": "transparent",
  149. "navigationStyle": "custom"
  150. }
  151. },
  152. {
  153. "path": "pages/customer/index",
  154. "style": {
  155. "navigationBarTitleText": "",
  156. "backgroundColor": "transparent",
  157. "navigationStyle": "custom"
  158. }
  159. },
  160. {
  161. "path": "pages/customer/payment-history",
  162. "style": {
  163. "navigationBarTitleText": "",
  164. "backgroundColor": "transparent",
  165. "navigationStyle": "custom"
  166. }
  167. },
  168. {
  169. "path": "pages/customer/recording-history",
  170. "style": {
  171. "navigationBarTitleText": "",
  172. "backgroundColor": "transparent",
  173. "navigationStyle": "custom"
  174. }
  175. },
  176. {
  177. "path": "pages/customer/account-select",
  178. "style": {
  179. "navigationBarTitleText": "",
  180. "backgroundColor": "transparent",
  181. "navigationStyle": "custom"
  182. }
  183. },
  184. {
  185. "path": "pages/customer/create-account",
  186. "style": {
  187. "navigationBarTitleText": "",
  188. "backgroundColor": "transparent",
  189. "navigationStyle": "custom"
  190. }
  191. },
  192. {
  193. "path": "pages/customer/deposit-select",
  194. "style": {
  195. "navigationBarTitleText": "",
  196. "backgroundColor": "transparent",
  197. "navigationStyle": "custom"
  198. }
  199. },
  200. {
  201. "path": "pages/customer/withdrawal-select",
  202. "style": {
  203. "navigationBarTitleText": "",
  204. "backgroundColor": "transparent",
  205. "navigationStyle": "custom"
  206. }
  207. },
  208. {
  209. "path": "pages/customer/deposit",
  210. "style": {
  211. "navigationBarTitleText": "",
  212. "backgroundColor": "transparent",
  213. "navigationStyle": "custom"
  214. }
  215. },
  216. {
  217. "path": "pages/customer/withdrawal",
  218. "style": {
  219. "navigationBarTitleText": "",
  220. "backgroundColor": "transparent",
  221. "navigationStyle": "custom"
  222. }
  223. },
  224. {
  225. "path": "pages/customer/transfer",
  226. "style": {
  227. "navigationBarTitleText": "",
  228. "backgroundColor": "transparent",
  229. "navigationStyle": "custom"
  230. }
  231. },
  232. {
  233. "path": "pages/customer/trade-history",
  234. "style": {
  235. "navigationBarTitleText": "",
  236. "backgroundColor": "transparent",
  237. "navigationStyle": "custom"
  238. }
  239. },
  240. {
  241. "path": "pages/customer/trade-position",
  242. "style": {
  243. "navigationBarTitleText": "",
  244. "backgroundColor": "transparent",
  245. "navigationStyle": "custom"
  246. }
  247. },
  248. {
  249. "path": "pages/customer/wallet-history",
  250. "style": {
  251. "navigationBarTitleText": "",
  252. "backgroundColor": "transparent",
  253. "navigationStyle": "custom"
  254. }
  255. },
  256. {
  257. "path": "pages/customer/wallet-transfer",
  258. "style": {
  259. "navigationBarTitleText": "",
  260. "backgroundColor": "transparent",
  261. "navigationStyle": "custom"
  262. }
  263. },
  264. {
  265. "path": "pages/ib/index",
  266. "style": {
  267. "navigationBarTitleText": "",
  268. "backgroundColor": "transparent",
  269. "navigationStyle": "custom"
  270. }
  271. },
  272. {
  273. "path": "pages/ib/customer",
  274. "style": {
  275. "navigationBarTitleText": "",
  276. "backgroundColor": "transparent",
  277. "navigationStyle": "custom"
  278. }
  279. },
  280. {
  281. "path": "pages/ib/accountList",
  282. "style": {
  283. "navigationBarTitleText": "",
  284. "backgroundColor": "transparent",
  285. "navigationStyle": "custom"
  286. }
  287. },
  288. {
  289. "path": "pages/ib/subsList",
  290. "style": {
  291. "navigationBarTitleText": "",
  292. "backgroundColor": "transparent",
  293. "navigationStyle": "custom"
  294. }
  295. },
  296. {
  297. "path": "pages/ib/agentList",
  298. "style": {
  299. "navigationBarTitleText": "",
  300. "backgroundColor": "transparent",
  301. "navigationStyle": "custom"
  302. }
  303. },
  304. {
  305. "path": "pages/ib/linkList",
  306. "style": {
  307. "navigationBarTitleText": "",
  308. "backgroundColor": "transparent",
  309. "navigationStyle": "custom"
  310. }
  311. },
  312. {
  313. "path": "pages/ib/report",
  314. "style": {
  315. "navigationBarTitleText": "",
  316. "backgroundColor": "transparent",
  317. "navigationStyle": "custom"
  318. }
  319. },
  320. {
  321. "path": "pages/ib/reportTrade",
  322. "style": {
  323. "navigationBarTitleText": "",
  324. "backgroundColor": "transparent",
  325. "navigationStyle": "custom"
  326. }
  327. },
  328. {
  329. "path": "pages/ib/complexReport",
  330. "style": {
  331. "navigationBarTitleText": "",
  332. "backgroundColor": "transparent",
  333. "navigationStyle": "custom"
  334. }
  335. },
  336. {
  337. "path": "pages/ib/transfer",
  338. "style": {
  339. "navigationBarTitleText": "",
  340. "backgroundColor": "transparent",
  341. "navigationStyle": "custom"
  342. }
  343. },
  344. {
  345. "path": "pages/ib/agent-transfer",
  346. "style": {
  347. "navigationBarTitleText": "",
  348. "backgroundColor": "transparent",
  349. "navigationStyle": "custom"
  350. }
  351. },
  352. {
  353. "path": "pages/ib/withdraw-select",
  354. "style": {
  355. "navigationBarTitleText": "",
  356. "backgroundColor": "transparent",
  357. "navigationStyle": "custom"
  358. }
  359. },
  360. {
  361. "path": "pages/ib/withdraw",
  362. "style": {
  363. "navigationBarTitleText": "",
  364. "backgroundColor": "transparent",
  365. "navigationStyle": "custom"
  366. }
  367. },
  368. {
  369. "path": "pages/ib/recording",
  370. "style": {
  371. "navigationBarTitleText": "",
  372. "backgroundColor": "transparent",
  373. "navigationStyle": "custom"
  374. }
  375. },
  376. {
  377. "path": "pages/ib/settingPammManager",
  378. "style": {
  379. "navigationBarTitleText": "",
  380. "backgroundColor": "transparent",
  381. "navigationStyle": "custom"
  382. }
  383. },
  384. {
  385. "path": "pages/ib/openAccount",
  386. "style": {
  387. "navigationBarTitleText": "",
  388. "backgroundColor": "transparent",
  389. "navigationStyle": "custom"
  390. }
  391. },
  392. {
  393. "path": "pages/ib/openPammManager",
  394. "style": {
  395. "navigationBarTitleText": "",
  396. "backgroundColor": "transparent",
  397. "navigationStyle": "custom"
  398. }
  399. },
  400. {
  401. "path": "pages/ib/promotion",
  402. "style": {
  403. "navigationBarTitleText": "",
  404. "backgroundColor": "transparent",
  405. "navigationStyle": "custom"
  406. }
  407. },
  408. {
  409. "path": "pages/analytics/analystViews",
  410. "style": {
  411. "navigationBarTitleText": "",
  412. "backgroundColor": "transparent",
  413. "navigationStyle": "custom"
  414. }
  415. },
  416. {
  417. "path": "pages/analytics/news",
  418. "style": {
  419. "navigationBarTitleText": "",
  420. "backgroundColor": "transparent",
  421. "navigationStyle": "custom"
  422. }
  423. },
  424. {
  425. "path": "pages/analytics/detail",
  426. "style": {
  427. "navigationBarTitleText": "",
  428. "backgroundColor": "transparent",
  429. "navigationStyle": "custom"
  430. }
  431. },
  432. {
  433. "path": "pages/common/chat",
  434. "style": {
  435. "navigationBarTitleText": "",
  436. "backgroundColor": "transparent",
  437. "navigationStyle": "custom"
  438. }
  439. },
  440. {
  441. "path": "pages/common/download",
  442. "style": {
  443. "navigationBarTitleText": "",
  444. "backgroundColor": "transparent",
  445. "navigationStyle": "custom"
  446. }
  447. },
  448. {
  449. "path": "pages/common/webview",
  450. "style": {
  451. "navigationBarTitleText": "",
  452. "backgroundColor": "transparent",
  453. "navigationStyle": "custom"
  454. }
  455. },
  456. {
  457. "path": "pages/common/notice",
  458. "style": {
  459. "navigationBarTitleText": "",
  460. "backgroundColor": "transparent",
  461. "navigationStyle": "custom"
  462. }
  463. },
  464. {
  465. "path": "pages/follow/index",
  466. "style": {
  467. "navigationBarTitleText": "",
  468. "backgroundColor": "transparent",
  469. "navigationStyle": "custom"
  470. }
  471. },
  472. {
  473. "path": "pages/follow/report",
  474. "style": {
  475. "navigationBarTitleText": "",
  476. "backgroundColor": "transparent",
  477. "navigationStyle": "custom"
  478. }
  479. },
  480. {
  481. "path": "pages/follow/transfer",
  482. "style": {
  483. "navigationBarTitleText": "",
  484. "backgroundColor": "transparent",
  485. "navigationStyle": "custom"
  486. }
  487. },
  488. {
  489. "path": "pages/follow/transfer-history",
  490. "style": {
  491. "navigationBarTitleText": "",
  492. "backgroundColor": "transparent",
  493. "navigationStyle": "custom"
  494. }
  495. },
  496. {
  497. "path": "pages/follow/trading-management",
  498. "style": {
  499. "navigationBarTitleText": "",
  500. "backgroundColor": "transparent",
  501. "navigationStyle": "custom"
  502. }
  503. },
  504. {
  505. "path": "pages/follow/follow-list",
  506. "style": {
  507. "navigationBarTitleText": "",
  508. "backgroundColor": "transparent",
  509. "navigationStyle": "custom"
  510. }
  511. },
  512. {
  513. "path": "pages/follow/subscribe-list",
  514. "style": {
  515. "navigationBarTitleText": "",
  516. "backgroundColor": "transparent",
  517. "navigationStyle": "custom"
  518. }
  519. },
  520. {
  521. "path": "pages/follow/account-management",
  522. "style": {
  523. "navigationBarTitleText": "",
  524. "backgroundColor": "transparent",
  525. "navigationStyle": "custom"
  526. }
  527. },
  528. {
  529. "path": "pages/follow/record",
  530. "style": {
  531. "navigationBarTitleText": "",
  532. "backgroundColor": "transparent",
  533. "navigationStyle": "custom"
  534. }
  535. },
  536. {
  537. "path": "pages/follow/trading-center",
  538. "style": {
  539. "navigationBarTitleText": "",
  540. "backgroundColor": "transparent",
  541. "navigationStyle": "custom"
  542. }
  543. },
  544. {
  545. "path": "pages/follow/trading-center-single",
  546. "style": {
  547. "navigationBarTitleText": "",
  548. "backgroundColor": "transparent",
  549. "navigationStyle": "custom"
  550. }
  551. }
  552. ],
  553. "tabBar": {
  554. "color": "#000",
  555. "selectedColor": "#ea002a",
  556. "backgroundColor": "#fff",
  557. "borderStyle": "#fff",
  558. "list": []
  559. },
  560. "globalStyle": {
  561. "navigationBarTextStyle": "black",
  562. "navigationBarTitleText": "CARD",
  563. "navigationBarBackgroundColor": "#FFFFFF",
  564. "backgroundColor": "#F8F8F9",
  565. "animationType": "fade-in",
  566. "animationDuration": 300
  567. },
  568. "uniIdRouter": {}
  569. }