|
|
@@ -899,6 +899,205 @@ const routes: Array<RouteRecordRaw> = [
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
+ path: '/platinum_signing_settings',
|
|
|
+ name: 'platinum_signing_settings',
|
|
|
+ component: Main,
|
|
|
+ meta: {
|
|
|
+ requireAuth: true,
|
|
|
+ },
|
|
|
+ redirect: { name: 'platinum_signing_settings_tab' },
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: '/platinum_signing_settings/platinum_signing_settings_tab',
|
|
|
+ name: 'platinum_signing_settings_tab',
|
|
|
+ component: () => import('@/views/platinum/platinum_signing_settings/index.vue'),
|
|
|
+ meta: {
|
|
|
+ requireAuth: true,
|
|
|
+ },
|
|
|
+ },
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/platinum_team_settings',
|
|
|
+ name: 'platinum_team_settings',
|
|
|
+ component: Main,
|
|
|
+ meta: {
|
|
|
+ requireAuth: true,
|
|
|
+ },
|
|
|
+ redirect: { name: 'platinum_team_settings_tab' },
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: '/platinum_team_settings/platinum_team_settings_tab',
|
|
|
+ name: 'platinum_team_settings_tab',
|
|
|
+ component: () => import('@/views/platinum/platinum_team_settings/index.vue'),
|
|
|
+ meta: {
|
|
|
+ requireAuth: true,
|
|
|
+ },
|
|
|
+ },
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/platinum_financial_payment',
|
|
|
+ name: 'platinum_financial_payment',
|
|
|
+ component: Main,
|
|
|
+ meta: {
|
|
|
+ requireAuth: true,
|
|
|
+ },
|
|
|
+ redirect: { name: 'platinum_financial_payment_waiting_payment_tab' },
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: '/platinum_financial_payment/platinum_financial_payment_waiting_payment_tab',
|
|
|
+ name: 'platinum_financial_payment_waiting_payment_tab',
|
|
|
+ component: () => import('@/views/platinum/platinum_financial_payment/platinum_financial_payment_waiting_payment_tab/index.vue'),
|
|
|
+ meta: {
|
|
|
+ requireAuth: true,
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/platinum_financial_payment/platinum_financial_payment_in_waiting_payment_tab',
|
|
|
+ name: 'platinum_financial_payment_in_waiting_payment_tab',
|
|
|
+ component: () => import('@/views/platinum/platinum_financial_payment/platinum_financial_payment_in_waiting_payment_tab/index.vue'),
|
|
|
+ meta: {
|
|
|
+ requireAuth: true,
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/platinum_financial_payment/platinum_financial_payment_waiting_payment_cash_tab',
|
|
|
+ name: 'platinum_financial_payment_waiting_payment_cash_tab',
|
|
|
+ component: () => import('@/views/platinum/platinum_financial_payment/platinum_financial_payment_waiting_payment_cash_tab/index.vue'),
|
|
|
+ meta: {
|
|
|
+ requireAuth: true,
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/platinum_financial_payment/platinum_financial_payment_payment_tab',
|
|
|
+ name: 'platinum_financial_payment_payment_tab',
|
|
|
+ component: () => import('@/views/platinum/platinum_financial_payment/platinum_financial_payment_payment_tab/index.vue'),
|
|
|
+ meta: {
|
|
|
+ requireAuth: true,
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/platinum_financial_payment/platinum_financial_payment_all_tab',
|
|
|
+ name: 'platinum_financial_payment_all_tab',
|
|
|
+ component: () => import('@/views/platinum/platinum_financial_payment/platinum_financial_payment_all_tab/index.vue'),
|
|
|
+ meta: {
|
|
|
+ requireAuth: true,
|
|
|
+ },
|
|
|
+ },
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/platinum_precious_metal_signing',
|
|
|
+ name: 'platinum_precious_metal_signing',
|
|
|
+ component: Main,
|
|
|
+ meta: {
|
|
|
+ requireAuth: true,
|
|
|
+ },
|
|
|
+ redirect: { name: 'platinum_precious_metal_signing_unsubmitted' },
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: '/platinum_precious_metal_signing/platinum_precious_metal_signing_unsubmitted',
|
|
|
+ name: 'platinum_precious_metal_signing_unsubmitted',
|
|
|
+ component: () => import('@/views/platinum/platinum_precious_metal_signing/platinum_precious_metal_signing_unsubmitted/index.vue'),
|
|
|
+ meta: {
|
|
|
+ requireAuth: true,
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/platinum_precious_metal_signing/platinum_precious_metal_signing_pending_review',
|
|
|
+ name: 'platinum_precious_metal_signing_pending_review',
|
|
|
+ component: () => import('@/views/platinum/platinum_precious_metal_signing/platinum_precious_metal_signing_pending_review/index.vue'),
|
|
|
+ meta: {
|
|
|
+ requireAuth: true,
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/platinum_precious_metal_signing/platinum_precious_metal_signing_repurchase_pending_review',
|
|
|
+ name: 'platinum_precious_metal_signing_repurchase_pending_review',
|
|
|
+ component: () => import('@/views/platinum/platinum_precious_metal_signing/platinum_precious_metal_signing_repurchase_pending_review/index.vue'),
|
|
|
+ meta: {
|
|
|
+ requireAuth: true,
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/platinum_precious_metal_signing/platinum_precious_metal_signing_normal',
|
|
|
+ name: 'platinum_precious_metal_signing_normal',
|
|
|
+ component: () => import('@/views/platinum/platinum_precious_metal_signing/platinum_precious_metal_signing_normal/index.vue'),
|
|
|
+ meta: {
|
|
|
+ requireAuth: true,
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/platinum_precious_metal_signing/platinum_precious_metal_signing_success',
|
|
|
+ name: 'platinum_precious_metal_signing_success',
|
|
|
+ component: () => import('@/views/platinum/platinum_precious_metal_signing/platinum_precious_metal_signing_success/index.vue'),
|
|
|
+ meta: {
|
|
|
+ requireAuth: true,
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/platinum_precious_metal_signing/platinum_precious_metal_signing_refunded',
|
|
|
+ name: 'platinum_precious_metal_signing_refunded',
|
|
|
+ component: () => import('@/views/platinum/platinum_precious_metal_signing/platinum_precious_metal_signing_refunded/index.vue'),
|
|
|
+ meta: {
|
|
|
+ requireAuth: true,
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/platinum_precious_metal_signing/platinum_precious_metal_signing_all',
|
|
|
+ name: 'platinum_precious_metal_signing_all',
|
|
|
+ component: () => import('@/views/platinum/platinum_precious_metal_signing/platinum_precious_metal_signing_all/index.vue'),
|
|
|
+ meta: {
|
|
|
+ requireAuth: true,
|
|
|
+ },
|
|
|
+ },
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/platinum_asset_management_signing',
|
|
|
+ name: 'platinum_asset_management_signing',
|
|
|
+ component: Main,
|
|
|
+ meta: {
|
|
|
+ requireAuth: true,
|
|
|
+ },
|
|
|
+ redirect: { name: 'platinum_asset_management_signing_unsubmitted' },
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: '/platinum_asset_management_signing/platinum_asset_management_signing_unsubmitted',
|
|
|
+ name: 'platinum_asset_management_signing_unsubmitted',
|
|
|
+ component: () => import('@/views/platinum/platinum_asset_management_signing/platinum_asset_management_signing_unsubmitted/index.vue'),
|
|
|
+ meta: {
|
|
|
+ requireAuth: true,
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/platinum_asset_management_signing/platinum_asset_management_signing_pending_review',
|
|
|
+ name: 'platinum_asset_management_signing_pending_review',
|
|
|
+ component: () => import('@/views/platinum/platinum_asset_management_signing/platinum_asset_management_signing_pending_review/index.vue'),
|
|
|
+ meta: {
|
|
|
+ requireAuth: true,
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/platinum_asset_management_signing/platinum_asset_management_signing_finish',
|
|
|
+ name: 'platinum_asset_management_signing_finish',
|
|
|
+ component: () => import('@/views/platinum/platinum_asset_management_signing/platinum_asset_management_signing_finish/index.vue'),
|
|
|
+ meta: {
|
|
|
+ requireAuth: true,
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/platinum_asset_management_signing/platinum_asset_management_signing_normal',
|
|
|
+ name: 'platinum_asset_management_signing_normal',
|
|
|
+ component: () => import('@/views/platinum/platinum_asset_management_signing/platinum_asset_management_signing_normal/index.vue'),
|
|
|
+ meta: {
|
|
|
+ requireAuth: true,
|
|
|
+ },
|
|
|
+ },
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
path: '/platinum_broker_management',
|
|
|
name: 'platinum_broker_management',
|
|
|
component: Main,
|