| | |
| | | }, |
| | | ], |
| | | }, |
| | | { |
| | | path: '/addSmart ', |
| | | redirect: '/addSmart/addSmartlist', |
| | | component: RouteView, |
| | | meta: { title: '智能日内', icon: 'sliders', permission: ['addSmartlist'] }, |
| | | children: [ |
| | | { |
| | | path: '/addSmart/addSmartlist', |
| | | name: 'addSmartlist', |
| | | component: () => import('@/views/addSmart/addSmartlist'), |
| | | meta: { title: '日内配置', keepAlive: true, permission: ['addSmartlist'] }, |
| | | }, |
| | | { |
| | | path: '/addSmart/addSmartrecord', |
| | | name: 'addSmartrecord', |
| | | component: () => import('@/views/addSmart/addSmartrecord'), |
| | | meta: { title: '日内订单', keepAlive: true, permission: ['addSmartrecord'] }, |
| | | }, |
| | | // { |
| | | // path: '/newshares/dazonglist', |
| | | // name: 'dazonglist', |
| | | // 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'] }, |
| | | // }, |
| | | ], |
| | | }, |
| | | // 资金管理 |
| | | { |
| | | path: '/capital', |