| | |
| | | import College from '@/page/home/college.vue' // 首页学院 |
| | | import About from '@/page/newUser/about.vue' // 我的关于我们等详情 |
| | | import DragonTiger from '@/page/home/DragonTiger.vue' // 首页龙虎榜 |
| | | import ProfitCalendar from '@/page/home/profitCalendar.vue' // 收益日历 |
| | | import topTen from '@/page/home/topTen.vue' // 首页十大成交股 |
| | | import Daylimit from '@/page/home/daylimit.vue' // 首页每日涨停 |
| | | import StopRecovery from '@/page/home/stopRecovery.vue' // 每日停复牌 |
| | |
| | | component: DragonTiger |
| | | }, |
| | | { |
| | | path: '/profitCalendar', |
| | | name: 'ProfitCalendar', |
| | | meta: { |
| | | title: '收益日历', |
| | | requireAuth: true, |
| | | hasHeader: false, |
| | | show: true, |
| | | index: 1 |
| | | }, |
| | | component: ProfitCalendar |
| | | }, |
| | | { |
| | | path: '/topTen', |
| | | name: 'topTen', |
| | | meta: { |