|
@@ -975,6 +975,60 @@ const routes: Array<RouteRecordRaw> = [
|
|
|
]
|
|
]
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
|
|
+ path: '/provisional_pricing_info_sub',
|
|
|
|
|
+ name: 'provisional_pricing_info_sub',
|
|
|
|
|
+ component: Main,
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ requireAuth: true,
|
|
|
|
|
+ },
|
|
|
|
|
+ redirect: { name: 'provisional_pricing_info' },
|
|
|
|
|
+ children: [
|
|
|
|
|
+ {
|
|
|
|
|
+ path: '/provisional_pricing_info_sub/provisional_pricing_info',
|
|
|
|
|
+ name: 'provisional_pricing_info',
|
|
|
|
|
+ component: () => import('@/views/ping_an/provisional_pricing_info_sub/provisional_pricing_info/index.vue'),
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ requireAuth: true,
|
|
|
|
|
+ },
|
|
|
|
|
+ },
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ path: '/query_of_opponent_details',
|
|
|
|
|
+ name: 'query_of_opponent_details',
|
|
|
|
|
+ component: Main,
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ requireAuth: true,
|
|
|
|
|
+ },
|
|
|
|
|
+ redirect: { name: 'query_of_opponent_details_pricing' },
|
|
|
|
|
+ children: [
|
|
|
|
|
+ {
|
|
|
|
|
+ path: '/query_of_opponent_details/query_of_opponent_details_pricing',
|
|
|
|
|
+ name: 'query_of_opponent_details_pricing',
|
|
|
|
|
+ component: () => import('@/views/ping_an/query_of_opponent_details/query_of_opponent_details_pricing/index.vue'),
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ requireAuth: true,
|
|
|
|
|
+ },
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ path: '/query_of_opponent_details/query_of_opponent_details_inout',
|
|
|
|
|
+ name: 'query_of_opponent_details_inout',
|
|
|
|
|
+ component: () => import('@/views/ping_an/query_of_opponent_details/query_of_opponent_details_inout/index.vue'),
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ requireAuth: true,
|
|
|
|
|
+ },
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ path: '/query_of_opponent_details/query_of_opponent_details_futurestrading',
|
|
|
|
|
+ name: 'query_of_opponent_details_futurestrading',
|
|
|
|
|
+ component: () => import('@/views/ping_an/query_of_opponent_details/query_of_opponent_details_futurestrading/index.vue'),
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ requireAuth: true,
|
|
|
|
|
+ },
|
|
|
|
|
+ },
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
path: '/platinum_salesman_performance_report',
|
|
path: '/platinum_salesman_performance_report',
|
|
|
name: 'platinum_salesman_performance_report',
|
|
name: 'platinum_salesman_performance_report',
|
|
|
component: Main,
|
|
component: Main,
|