| | |
| | | "@/views/forex/menu5-educations/learn-forex/what-is-swap-in-forex.vue" |
| | | ), |
| | | }, |
| | | |
| | | ]; |
| | | const forexRoutes = [ |
| | | { |
| | |
| | | component: () => import("@/views/forex/index.vue"), |
| | | children: forexChildrenRoutes, |
| | | }, |
| | | { |
| | | path: "/about", |
| | | label: "about", |
| | | meta: { |
| | | commonHeader: true, |
| | | }, |
| | | component: () => import("@/views/forex/about.vue"), |
| | | }, |
| | | { |
| | | path: "/termsOfService", |
| | | label: "termsOfService", |
| | | meta: { |
| | | commonHeader: true, |
| | | }, |
| | | component: () => import("@/views/forex/termsOfService.vue"), |
| | | }, |
| | | { |
| | | path: "/agreement", |
| | | label: "agreement", |
| | | meta: { |
| | | commonHeader: true, |
| | | }, |
| | | component: () => import("@/views/forex/agreement.vue"), |
| | | }, |
| | | { |
| | | path: "/helpCenter", |
| | | label: "helpCenter", |
| | | meta: { |
| | | commonHeader: true, |
| | | }, |
| | | component: () => import("@/views/forex/helpCenter.vue"), |
| | | }, |
| | | { |
| | | path: "/CustomerService", |
| | | label: "CustomerService", |
| | | meta: { |
| | | commonHeader: true, |
| | | }, |
| | | component: () => import("@/views/forex/customerService.vue"), |
| | | }, |
| | | ]; |
| | | |
| | | |
| | | export { forexRoutes }; |