| | |
| | | path: '/newshares/dazonglist', |
| | | name: 'dazonglist', |
| | | component: () => import('@/views/newshares/dazonglist'), |
| | | meta: { title: '折扣交易列表', keepAlive: true, permission: ['dazonglist'] }, |
| | | meta: { title: '大宗交易列表', keepAlive: true, permission: ['dazonglist'] }, |
| | | }, |
| | | { |
| | | path: '/newshares/dazongshlist', |
| | | name: 'dazongshlist', |
| | | component: () => import('@/views/newshares/dazongshlist'), |
| | | meta: { title: '折扣交易审核列表', keepAlive: true, permission: ['dazongshlist'] }, |
| | | meta: { title: '大宗交易审核列表', keepAlive: true, permission: ['dazongshlist'] }, |
| | | }, |
| | | ], |
| | | }, |