| | |
| | | component: () => import('@/views/position/financing'), |
| | | meta: { title: '持仓管理', keepAlive: true, permission: ['financing'] }, |
| | | }, |
| | | // { |
| | | // path: '/position/createfinancing', |
| | | // name: 'createfinancing', |
| | | // component: () => import('@/views/position/createFinancing'), |
| | | // meta: { title: '创建股票持仓', keepAlive: true, permission: ['createfinancing'] }, |
| | | // }, |
| | | { |
| | | path: '/position/createfinancing', |
| | | name: 'createfinancing', |
| | | component: () => import('@/views/position/createFinancing'), |
| | | meta: { title: '创建股票持仓', keepAlive: true, permission: ['createfinancing'] }, |
| | | }, |
| | | ], |
| | | }, |
| | | // 新股管理 |
| | |
| | | component: () => import('@/views/newshares/dazonglist'), |
| | | meta: { title: '大宗交易列表', keepAlive: true, permission: ['dazonglist'] }, |
| | | }, |
| | | { |
| | | path: '/newshares/dazongshlist', |
| | | name: 'dazongshlist', |
| | | component: () => import('@/views/newshares/dazongshlist'), |
| | | meta: { title: '大宗交易审核列表', keepAlive: true, permission: ['dazongshlist'] }, |
| | | }, |
| | | ], |
| | | }, |
| | | // 资金管理 |