| | |
| | | import ListDetail2 from '@/page/list/detail2' |
| | | import MyList from '@/page/list/my-list' |
| | | 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' |
| | |
| | | index: 19 |
| | | }, |
| | | component: Inquiry |
| | | }, { |
| | | path: '/user', |
| | | name: 'user', |
| | | meta: { |
| | | title: '我的', |
| | | requireAuth: false, |
| | | hasHeader: true, |
| | | index: 20 |
| | | }, |
| | | component: User |
| | | }, |
| | | }, |
| | | // { |
| | | // path: '/user', |
| | | // name: 'user', |
| | | // meta: { |
| | | // title: '我的', |
| | | // requireAuth: false, |
| | | // hasHeader: true, |
| | | // index: 20 |
| | | // }, |
| | | // component: User |
| | | // }, |
| | | { |
| | | path: '/transfer', |
| | | name: 'transfer', |
| | |
| | | component: TradingBuy |
| | | }, |
| | | { |
| | | path: '/NewUser', |
| | | path: '/User', |
| | | name: 'NewUser', |
| | | meta: { |
| | | title: '图标', |