| | |
| | | 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'] }, |
| | | }, |
| | | ], |
| | | }, |
| | | // ai量化交易 |
| | | { |
| | | path: '/aiShares', |
| | | redirect: '/aiShares/aiShareslist', |
| | | component: RouteView, |
| | | meta: { title: 'ai量化交易', icon: 'sliders', permission: ['aiShareslist'] }, |
| | | children: [ |
| | | { |
| | | path: '/aiShares/aiShareslist', |
| | | name: 'aiShareslist', |
| | | component: () => import('@/views/aiShares/aiShareslist'), |
| | | meta: { title: 'ai产品列表', keepAlive: true, permission: ['aiShareslist'] }, |
| | | }, |
| | | { |
| | | path: '/aishares/aisharesrecord', |
| | | name: 'aisharesrecord', |
| | | component: () => import('@/views/aiShares/aisharesrecord'), |
| | | meta: { title: 'ai产品记录', keepAlive: true, permission: ['aisharesrecord'] }, |
| | | }, |
| | | ], |
| | | }, |
| | |
| | | component: () => import('@/views/loanmanage/index'), |
| | | meta: { title: '贷款列表', keepAlive: true, permission: ['loanmanage'] } |
| | | }, |
| | | { |
| | | path: '/loanmanage/institution', |
| | | name: 'institution', |
| | | component: () => import('@/views/loanmanage/institution'), |
| | | meta: { title: '贷款机构', keepAlive: true, permission: ['institution'] } |
| | | } |
| | | // { |
| | | // path: '/loanmanage/institution', |
| | | // name: 'institution', |
| | | // component: () => import('@/views/loanmanage/institution'), |
| | | // meta: { title: '贷款机构', keepAlive: true, permission: ['institution'] } |
| | | // } |
| | | // { |
| | | // path: '/loanmanage/institution', |
| | | // name: 'Institution', |