|
|
@@ -370,6 +370,33 @@ const routes: Array<RouteRecordRaw> = [
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
+ path: '/futures_and_spot',
|
|
|
+ name: 'futures_and_spot',
|
|
|
+ component: Main,
|
|
|
+ meta: {
|
|
|
+ requireAuth: true,
|
|
|
+ },
|
|
|
+ redirect: { name: 'futures_and_spot_stof' },
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: '/futures_and_spot/futures_and_spot_stof',
|
|
|
+ name: 'futures_and_spot_stof',
|
|
|
+ component: () => import('@/views/ping_an/futures_and_spot/futures_and_spot_stof/index.vue'),
|
|
|
+ meta: {
|
|
|
+ requireAuth: true,
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/futures_and_spot/futures_and_spot_ftos',
|
|
|
+ name: 'futures_and_spot_ftos',
|
|
|
+ component: () => import('@/views/ping_an/futures_and_spot/futures_and_spot_ftos/index.vue'),
|
|
|
+ meta: {
|
|
|
+ requireAuth: true,
|
|
|
+ },
|
|
|
+ },
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
path: '/spot_price_management_p',
|
|
|
name: 'spot_price_management_p',
|
|
|
component: Main,
|