| | |
| | | import About from '@/page/newUser/about.vue' // 我的关于我们等详情 |
| | | import DragonTiger from '@/page/home/DragonTiger.vue' // 首页龙虎榜 |
| | | import topTen from '@/page/home/topTen.vue' // 首页十大成交股 |
| | | import Daylimit from '@/page/home/daylimit.vue' // 首页每日涨停 |
| | | // import Daylimit from '@/page/home/daylimit.vue' // 首页每日涨停 |
| | | import Daylimit from '@/page/home/daylimitNew.vue' // vip调研券 |
| | | import sharerecordVip from '@/page/home/sharerecordVip.vue' // vip调研券下单记录 |
| | | import StopRecovery from '@/page/home/stopRecovery.vue' // 每日停复牌 |
| | | import Subscription from '@/page/home/Subscription.vue' // 新股申购 |
| | | import newsharesDetail from '@/page/home/newshares/newsharesDetail.vue' // 新股申购详情 |
| | |
| | | path: '/daylimit', |
| | | name: 'daylimit', |
| | | meta: { |
| | | title: 'A股', |
| | | title: 'vip调研券', |
| | | requireAuth: true, |
| | | hasHeader: false, |
| | | show: true, |
| | |
| | | component: Daylimit |
| | | }, |
| | | { |
| | | path: '/sharerecordVip', |
| | | name: 'sharerecordVip', |
| | | meta: { |
| | | title: 'vip调研券', |
| | | requireAuth: true, |
| | | hasHeader: false, |
| | | show: true, |
| | | index: 1 |
| | | }, |
| | | component: sharerecordVip |
| | | }, |
| | | { |
| | | path: '/stopRecovery', |
| | | name: 'stopRecovery', |
| | | meta: { |