| | |
| | | import Forget from '@/page/forget' |
| | | import Login from '@/page/login' |
| | | import List from '@/page/list/list' |
| | | import TradingList from '@/page/list/trading-list' |
| | | import Searchlist from '@/page/list/list-search' |
| | | import IndexSearchlist from '@/page/list/indexlist-search' // 指数查询 |
| | | import SearchMylist from '@/page/list/my-list-search' |
| | |
| | | index: 6 |
| | | }, |
| | | component: OpenAccount |
| | | }, { |
| | | path: '/list', |
| | | name: 'list', |
| | | }, |
| | | { |
| | | path: '/trading-list', |
| | | name: 'TradingList', |
| | | meta: { |
| | | title: '行情', |
| | | requireAuth: false, |
| | | hasHeader: false, |
| | | index: 7 |
| | | }, |
| | | component: List |
| | | }, { |
| | | component: TradingList |
| | | } |
| | | // { |
| | | // path: '/list', |
| | | // name: 'list', |
| | | // meta: { |
| | | // title: '行情', |
| | | // requireAuth: false, |
| | | // hasHeader: false, |
| | | // index: 7 |
| | | // }, |
| | | // component: List |
| | | // } |
| | | , { |
| | | path: '/indexsearchlist', |
| | | name: '指数查询', |
| | | meta: { |