|
|
@@ -994,6 +994,41 @@ const routes: Array<RouteRecordRaw> = [
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
+ path: '/spot_execution_management',
|
|
|
+ name: 'spot_execution_management',
|
|
|
+ component: Main,
|
|
|
+ meta: {
|
|
|
+ requireAuth: true,
|
|
|
+ },
|
|
|
+ redirect: { name: 'spot_execution_management_all' },
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: '/spot_execution_management/spot_execution_management_all',
|
|
|
+ name: 'spot_execution_management_all',
|
|
|
+ component: () => import('@/views/ping_an/spot_execution_management/spot_execution_management_all/index.vue'),
|
|
|
+ meta: {
|
|
|
+ requireAuth: true,
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/spot_execution_management/spot_execution_management_pending',
|
|
|
+ name: 'spot_execution_management_pending',
|
|
|
+ component: () => import('@/views/ping_an/spot_execution_management/spot_execution_management_pending/index.vue'),
|
|
|
+ meta: {
|
|
|
+ requireAuth: true,
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/spot_execution_management/spot_execution_management_today',
|
|
|
+ name: 'spot_execution_management_today',
|
|
|
+ component: () => import('@/views/ping_an/spot_execution_management/spot_execution_management_today/index.vue'),
|
|
|
+ meta: {
|
|
|
+ requireAuth: true,
|
|
|
+ },
|
|
|
+ },
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
path: '/transaction_main_body',
|
|
|
name: 'transaction_main_body',
|
|
|
component: Main,
|