|
|
@@ -1943,12 +1943,22 @@ const routes: Array<RouteRecordRaw> = [
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- path: '/entry_of_spot_information',
|
|
|
- name: EnumRouterName.entry_of_spot_information,
|
|
|
- component: () => import('@/views/hedging/entry_of_spot_information/index.vue'),
|
|
|
+ path: '/entry_of_spot_information_sub',
|
|
|
+ name: 'entry_of_spot_information_sub',
|
|
|
+ component: Main,
|
|
|
meta: {
|
|
|
requireAuth: true,
|
|
|
},
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: '/entry_of_spot_information_sub/entry_of_spot_information',
|
|
|
+ name: 'entry_of_spot_information',
|
|
|
+ component: () => import('@/views/hedging/entry_of_spot_information/index.vue'),
|
|
|
+ meta: {
|
|
|
+ requireAuth: true,
|
|
|
+ },
|
|
|
+ },
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
path: '/spot_price_management',
|