| | |
| | | // component: () => import('@/views/newshares/newsharesqclist'), |
| | | // meta: { title: '新股抢筹列表', keepAlive: true, permission: ['newsharesqclist'] } |
| | | // }, |
| | | // { |
| | | // path: '/newshares/newsharesqcrecord', |
| | | // name: 'newsharesqcrecord', |
| | | // component: () => import('@/views/newshares/newsharesqcrecord'), |
| | | // meta: { title: '新股抢筹记录', keepAlive: true, permission: ['newsharesqcrecord'] } |
| | | // }, |
| | | // { |
| | | // path: '/newshares/dazonglist', |
| | | // name: 'dazonglist', |
| | | // component: () => import('@/views/newshares/dazonglist'), |
| | | // meta: { title: '折价交易列表', keepAlive: true, permission: ['dazonglist'] } |
| | | // }, |
| | | ] |
| | | }, |
| | | // 折价交易(原大宗交易) |
| | | { |
| | | path: '/dazong', |
| | | redirect: '/dazong/dazonglist', |
| | | component: RouteView, |
| | | meta: { title: '折价交易', icon: 'sliders', permission: ['newshareslist'] }, |
| | | children: [ |
| | | { |
| | | path: '/newshares/newsharesqcrecord', |
| | | name: 'newsharesqcrecord', |
| | | component: () => import('@/views/newshares/newsharesqcrecord'), |
| | | meta: { title: '新股抢筹记录', keepAlive: true, permission: ['newsharesqcrecord'] } |
| | | }, |
| | | { |
| | | path: '/newshares/dazonglist', |
| | | path: '/dazong/dazonglist', |
| | | name: 'dazonglist', |
| | | component: () => import('@/views/newshares/dazonglist'), |
| | | meta: { title: '折价交易列表', keepAlive: true, permission: ['dazonglist'] } |
| | | meta: { title: '产品列表', keepAlive: true, permission: ['dazonglist'] } |
| | | }, |
| | | ] |
| | | }, |