| | |
| | | import Inquiry from '@/page/home/inquiry' |
| | | import User from '@/page/user/user' |
| | | import OrderList from '@/page/user/order-list' |
| | | import Warehouse from '@/page/user/Warehouse.vue' |
| | | import holdOrderList from '@/page/user/search-order/hold-stockCode' |
| | | import holdOrderList2 from '@/page/user/search-order/hold-stockSpell' |
| | | import sellOrderList from '@/page/user/search-order/sell-stockCode' |
| | |
| | | index: 21 |
| | | }, |
| | | component: Transfer |
| | | }, { |
| | | path: '/orderlist', |
| | | name: 'orderlist', |
| | | }, |
| | | // { |
| | | // path: '/orderlist', |
| | | // name: 'orderlist', |
| | | // meta: { |
| | | // title: '持仓', |
| | | // requireAuth: false, |
| | | // hasHeader: true, |
| | | // index: 22 |
| | | // }, |
| | | // component: OrderList |
| | | // }, |
| | | { |
| | | path: '/warehouse', |
| | | name: 'Warehouse', |
| | | meta: { |
| | | title: '持仓', |
| | | requireAuth: false, |
| | | hasHeader: true, |
| | | hasHeader: false, |
| | | index: 22 |
| | | }, |
| | | component: OrderList |
| | | component: Warehouse |
| | | }, |
| | | { |
| | | path: '/holdorderlist', |