router.json 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590
  1. [
  2. {
  3. "authType": 2,
  4. "sort": 0,
  5. "title": "底部单据菜单",
  6. "code": "bottom",
  7. "children": [
  8. {
  9. "authType": 2,
  10. "sort": 1,
  11. "title": "商品订单",
  12. "code": "bottom_goods",
  13. "component": "views/footer/index.vue",
  14. "children": [
  15. {
  16. "authType": 2,
  17. "sort": 1,
  18. "title": "持仓汇总",
  19. "code": "bottom_goods_position",
  20. "component": "views/footer/goods/position/index.vue",
  21. "children": [
  22. {
  23. "authType": 3,
  24. "title": "转让",
  25. "code": "bottom_goods_position_transfer",
  26. "component": "views/footer/goods/position/components/transfer/index.vue",
  27. "className": "el-button--danger"
  28. },
  29. {
  30. "authType": 3,
  31. "title": "交收",
  32. "code": "bottom_goods_position_delivery16",
  33. "component": "views/footer/goods/position/components/delivery16/index.vue",
  34. "className": "el-button--primary"
  35. },
  36. {
  37. "authType": 3,
  38. "title": "交收",
  39. "code": "bottom_goods_position_delivery50",
  40. "component": "views/footer/goods/position/components/delivery50/index.vue",
  41. "className": "el-button--primary"
  42. }
  43. ]
  44. },
  45. {
  46. "authType": 2,
  47. "sort": 2,
  48. "title": "持仓明细",
  49. "code": "bottom_goods_detail",
  50. "component": "views/footer/goods/detail/index.vue"
  51. },
  52. {
  53. "authType": 2,
  54. "sort": 3,
  55. "title": "委托",
  56. "code": "bottom_goods_order",
  57. "component": "views/footer/goods/order/index.vue"
  58. },
  59. {
  60. "authType": 2,
  61. "sort": 4,
  62. "title": "成交",
  63. "code": "bottom_goods_trade",
  64. "component": "views/footer/goods/trade/index.vue"
  65. },
  66. {
  67. "authType": 2,
  68. "sort": 5,
  69. "title": "交收",
  70. "code": "bottom_goods_delivery",
  71. "component": "views/footer/goods/delivery/index.vue"
  72. }
  73. ]
  74. },
  75. {
  76. "authType": 2,
  77. "sort": 2,
  78. "title": "预售转让",
  79. "code": "bottom_presell",
  80. "component": "views/footer/index.vue",
  81. "hidden": true,
  82. "children": [
  83. {
  84. "authType": 2,
  85. "sort": 1,
  86. "title": "预售认购",
  87. "code": "bottom_presell_presellposition",
  88. "component": "views/footer/presell/presellposition/index.vue",
  89. "children": []
  90. },
  91. {
  92. "authType": 2,
  93. "sort": 2,
  94. "title": "转让持仓",
  95. "code": "bottom_presell_transferposition",
  96. "component": "views/footer/presell/transferposition/index.vue",
  97. "children": []
  98. },
  99. {
  100. "authType": 2,
  101. "sort": 3,
  102. "title": "转让委托",
  103. "code": "bottom_presell_transferorder",
  104. "component": "views/footer/presell/transferorder/index.vue",
  105. "children": []
  106. },
  107. {
  108. "authType": 2,
  109. "sort": 4,
  110. "title": "转让成交",
  111. "code": "bottom_presell_transfertrader",
  112. "component": "views/footer/presell/transfertrader/index.vue",
  113. "children": []
  114. },
  115. {
  116. "authType": 2,
  117. "sort": 5,
  118. "title": "点选交收",
  119. "code": "bottom_presell_onlinedelivery",
  120. "component": "views/footer/presell/onlinedelivery/index.vue",
  121. "children": []
  122. }
  123. ]
  124. },
  125. {
  126. "authType": 2,
  127. "sort": 3,
  128. "title": "现货仓单",
  129. "code": "bottom_spot",
  130. "component": "views/footer/index.vue",
  131. "children": [
  132. {
  133. "authType": 2,
  134. "sort": 1,
  135. "title": "现货明细",
  136. "code": "bottom_spot_position",
  137. "component": "views/footer/spot/position/index.vue"
  138. },
  139. {
  140. "authType": 2,
  141. "sort": 2,
  142. "title": "挂单",
  143. "code": "bottom_spot_order",
  144. "component": "views/footer/spot/order/index.vue"
  145. },
  146. {
  147. "authType": 2,
  148. "sort": 3,
  149. "title": "成交",
  150. "code": "bottom_spot_trade",
  151. "component": "views/footer/spot/trade/index.vue"
  152. },
  153. {
  154. "authType": 2,
  155. "sort": 4,
  156. "title": "提货",
  157. "code": "bottom_spot_pickup",
  158. "component": "views/footer/spot/pickup/index.vue"
  159. }
  160. ]
  161. },
  162. {
  163. "authType": 2,
  164. "sort": 4,
  165. "title": "履约信息",
  166. "code": "bottom_performance",
  167. "component": "views/footer/index.vue",
  168. "children": [
  169. {
  170. "authType": 2,
  171. "sort": 1,
  172. "title": "买履约",
  173. "code": "bottom_performance_buy",
  174. "component": "views/footer/performance/buy/index.vue"
  175. },
  176. {
  177. "authType": 2,
  178. "sort": 2,
  179. "title": "卖履约",
  180. "code": "bottom_performance_sell",
  181. "component": "views/footer/performance/sell/index.vue"
  182. }
  183. ]
  184. },
  185. {
  186. "authType": 2,
  187. "sort": 5,
  188. "title": "资金信息",
  189. "code": "bottom_capital",
  190. "component": "views/footer/index.vue",
  191. "children": [
  192. {
  193. "authType": 2,
  194. "sort": 1,
  195. "title": "资金汇总",
  196. "code": "bottom_capital_summary",
  197. "component": "views/footer/capital/summary/index.vue"
  198. },
  199. {
  200. "authType": 2,
  201. "sort": 2,
  202. "title": "资金流水",
  203. "code": "bottom_capital_statement",
  204. "component": "views/footer/capital/statement/index.vue"
  205. }
  206. ]
  207. }
  208. ]
  209. },
  210. {
  211. "authType": 1,
  212. "sort": 1,
  213. "title": "交易市场",
  214. "code": "market",
  215. "url": "/market",
  216. "urlType": 1,
  217. "component": "Page",
  218. "icon": "TrendCharts",
  219. "children": [
  220. {
  221. "authType": 1,
  222. "sort": 1,
  223. "title": "交易市场",
  224. "code": "market_trade",
  225. "url": "trade",
  226. "urlType": 1,
  227. "component": "Main",
  228. "children": [
  229. {
  230. "authType": 1,
  231. "sort": 1,
  232. "title": "交易市场",
  233. "code": "market_trade_goods",
  234. "url": "goods",
  235. "urlType": 1,
  236. "component": "views/market/trade/goods/index.vue",
  237. "children": [
  238. {
  239. "authType": 2,
  240. "sort": 1,
  241. "title": "订单挂牌",
  242. "code": "market_trade_goods_50102",
  243. "component": "views/market/trade/goods/list/index.vue"
  244. },
  245. {
  246. "authType": 2,
  247. "sort": 2,
  248. "title": "协议转让",
  249. "code": "market_trade_goods_50101",
  250. "component": "views/market/trade/goods/list/index.vue"
  251. },
  252. {
  253. "authType": 2,
  254. "sort": 3,
  255. "title": "现货挂牌",
  256. "code": "market_trade_spot",
  257. "component": "views/market/trade/spot/index.vue"
  258. }
  259. ]
  260. }
  261. ]
  262. }
  263. ]
  264. },
  265. {
  266. "authType": 1,
  267. "sort": 2,
  268. "title": "查询",
  269. "code": "query",
  270. "url": "/query",
  271. "urlType": 1,
  272. "component": "Page",
  273. "icon": "TrendCharts",
  274. "children": [
  275. {
  276. "authType": 1,
  277. "sort": 1,
  278. "title": "委托记录",
  279. "code": "query_order",
  280. "url": "order",
  281. "urlType": 1,
  282. "component": "Main",
  283. "children": [
  284. {
  285. "authType": 1,
  286. "sort": 1,
  287. "title": "商品合约",
  288. "code": "query_order_goods",
  289. "url": "goods",
  290. "urlType": 1,
  291. "component": "views/query/order/goods/index.vue",
  292. "children": [
  293. {
  294. "authType": 2,
  295. "sort": 1,
  296. "title": "当前记录",
  297. "code": "query_order_goods_list",
  298. "component": "views/query/order/goods/list/index.vue"
  299. },
  300. {
  301. "authType": 2,
  302. "sort": 2,
  303. "title": "历史记录",
  304. "code": "query_order_goods_history",
  305. "component": "views/query/order/goods/history/index.vue"
  306. }
  307. ]
  308. },
  309. {
  310. "authType": 1,
  311. "sort": 3,
  312. "title": "预售转让",
  313. "code": "query_order_presell",
  314. "url": "spot",
  315. "urlType": 1,
  316. "component": "views/query/order/presell/index.vue",
  317. "hidden": true,
  318. "children": [
  319. {
  320. "authType": 2,
  321. "sort": 1,
  322. "title": "当前认购",
  323. "code": "query_order_presell__list",
  324. "component": "views/query/order/presell/list/index.vue"
  325. },
  326. {
  327. "authType": 2,
  328. "sort": 2,
  329. "title": "历史认购",
  330. "code": "query_order_presell_history",
  331. "component": "views/query/order/presell/history/index.vue"
  332. },
  333. {
  334. "authType": 2,
  335. "sort": 3,
  336. "title": "当前转让",
  337. "code": "query_order_presell_transferlist",
  338. "component": "views/query/order/presell/transferlist/index.vue"
  339. },
  340. {
  341. "authType": 2,
  342. "sort": 4,
  343. "title": "历史转让",
  344. "code": "query_order_presell_transferhistory",
  345. "component": "views/query/order/presell/transferhistory/index.vue"
  346. }
  347. ]
  348. },
  349. {
  350. "authType": 1,
  351. "sort": 2,
  352. "title": "现货仓单",
  353. "code": "query_order_spot",
  354. "url": "spot",
  355. "urlType": 1,
  356. "component": "views/query/order/spot/index.vue",
  357. "children": [
  358. {
  359. "authType": 2,
  360. "sort": 1,
  361. "title": "当前记录",
  362. "code": "query_order_spot_list",
  363. "component": "views/query/order/spot/list/index.vue"
  364. },
  365. {
  366. "authType": 2,
  367. "sort": 2,
  368. "title": "历史记录",
  369. "code": "query_order_spot_history",
  370. "component": "views/query/order/spot/history/index.vue"
  371. }
  372. ]
  373. }
  374. ]
  375. },
  376. {
  377. "authType": 1,
  378. "sort": 2,
  379. "title": "成交记录",
  380. "code": "query_trade",
  381. "url": "trade",
  382. "urlType": 1,
  383. "component": "Main",
  384. "children": [
  385. {
  386. "authType": 1,
  387. "sort": 1,
  388. "title": "商品合约",
  389. "code": "query_trade_goods",
  390. "url": "goods",
  391. "urlType": 1,
  392. "component": "views/query/trade/goods/index.vue",
  393. "children": [
  394. {
  395. "authType": 2,
  396. "sort": 1,
  397. "title": "当前记录",
  398. "code": "query_trade_goods_list",
  399. "component": "views/query/trade/goods/list/index.vue"
  400. },
  401. {
  402. "authType": 2,
  403. "sort": 2,
  404. "title": "历史记录",
  405. "code": "query_trade_goods_history",
  406. "component": "views/query/trade/goods/history/index.vue"
  407. }
  408. ]
  409. },
  410. {
  411. "authType": 1,
  412. "sort": 2,
  413. "title": "预售转让",
  414. "code": "query_trade_presell",
  415. "url": "spot",
  416. "urlType": 1,
  417. "component": "views/query/trade/presell/index.vue",
  418. "hidden": true,
  419. "children": [
  420. {
  421. "authType": 2,
  422. "sort": 1,
  423. "title": "当前记录",
  424. "code": "query_trade_presell_list",
  425. "component": "views/query/trade/presell/list/index.vue"
  426. },
  427. {
  428. "authType": 2,
  429. "sort": 2,
  430. "title": "历史记录",
  431. "code": "query_trade_presell_history",
  432. "component": "views/query/trade/presell/history/index.vue"
  433. }
  434. ]
  435. },
  436. {
  437. "authType": 1,
  438. "sort": 3,
  439. "title": "现货仓单",
  440. "code": "query_trade_spot",
  441. "url": "spot",
  442. "urlType": 1,
  443. "component": "views/query/trade/spot/index.vue",
  444. "children": [
  445. {
  446. "authType": 2,
  447. "sort": 1,
  448. "title": "当前记录",
  449. "code": "query_trade_spot_list",
  450. "component": "views/query/trade/spot/list/index.vue"
  451. },
  452. {
  453. "authType": 2,
  454. "sort": 2,
  455. "title": "历史记录",
  456. "code": "query_trade_spot_history",
  457. "component": "views/query/trade/spot/history/index.vue"
  458. }
  459. ]
  460. }
  461. ]
  462. },
  463. {
  464. "authType": 1,
  465. "sort": 3,
  466. "title": "资金流水",
  467. "code": "query_capital",
  468. "url": "capital",
  469. "urlType": 1,
  470. "component": "views/query/capital/index.vue",
  471. "children": [
  472. {
  473. "authType": 2,
  474. "sort": 1,
  475. "title": "当前记录",
  476. "code": "query_capital_list",
  477. "component": "views/query/capital/list/index.vue"
  478. },
  479. {
  480. "authType": 2,
  481. "sort": 2,
  482. "title": "历史记录",
  483. "code": "query_capital_history",
  484. "component": "views/query/capital/history/index.vue"
  485. }
  486. ]
  487. },
  488. {
  489. "authType": 1,
  490. "sort": 4,
  491. "title": "履约查询",
  492. "code": "query_performance",
  493. "url": "performance",
  494. "urlType": 1,
  495. "component": "Main",
  496. "children": [
  497. {
  498. "authType": 1,
  499. "sort": 1,
  500. "title": "买履约",
  501. "code": "query_performance_buy",
  502. "url": "buy",
  503. "urlType": 1,
  504. "component": "views/query/performance/buy/index.vue",
  505. "children": [
  506. {
  507. "authType": 2,
  508. "sort": 1,
  509. "title": "执行中",
  510. "code": "query_performance_buy_running",
  511. "component": "views/query/performance/buy/running/index.vue"
  512. },
  513. {
  514. "authType": 2,
  515. "sort": 2,
  516. "title": "全部",
  517. "code": "query_performance_buy_all",
  518. "component": "views/query/performance/buy/all/index.vue"
  519. }
  520. ]
  521. },
  522. {
  523. "authType": 1,
  524. "sort": 2,
  525. "title": "卖履约",
  526. "code": "query_performance_sell",
  527. "url": "sell",
  528. "urlType": 1,
  529. "component": "views/query/performance/sell/index.vue",
  530. "children": [
  531. {
  532. "authType": 2,
  533. "sort": 1,
  534. "title": "执行中",
  535. "code": "query_performance_sell_running",
  536. "component": "views/query/performance/sell/running/index.vue"
  537. },
  538. {
  539. "authType": 2,
  540. "sort": 2,
  541. "title": "全部",
  542. "code": "query_performance_sell_all",
  543. "component": "views/query/performance/sell/all/index.vue"
  544. }
  545. ]
  546. }
  547. ]
  548. }
  549. ]
  550. },
  551. {
  552. "authType": 1,
  553. "sort": 3,
  554. "title": "账户管理",
  555. "code": "account",
  556. "url": "/account",
  557. "urlType": 1,
  558. "component": "Page",
  559. "icon": "TrendCharts",
  560. "children": [
  561. {
  562. "authType": 1,
  563. "sort": 1,
  564. "title": "签约账号管理",
  565. "code": "account_sign",
  566. "url": "sign",
  567. "urlType": 1,
  568. "component": "views/account/sign/index.vue"
  569. },
  570. {
  571. "authType": 1,
  572. "sort": 2,
  573. "title": "收货地址管理",
  574. "code": "account_address",
  575. "url": "address",
  576. "urlType": 1,
  577. "component": "views/account/address/index.vue"
  578. },
  579. {
  580. "authType": 1,
  581. "sort": 3,
  582. "title": "发票信息管理",
  583. "code": "account_receipt",
  584. "url": "receipt",
  585. "urlType": 1,
  586. "component": "views/account/receipt/index.vue"
  587. }
  588. ]
  589. }
  590. ]