From 066ec67b7080f07a0e47dda9864ee6be2e4b9053 Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Fri, 13 Jun 2025 14:03:54 +0800
Subject: [PATCH] Merge branch 'master' of http://124.156.157.155:8060/r/~admin/aerospace-pc
---
src/router/forex.js | 42 ++++++++++++++++++++++++++++++++++++++++++
1 files changed, 42 insertions(+), 0 deletions(-)
diff --git a/src/router/forex.js b/src/router/forex.js
index 00cf1d6..507ce45 100644
--- a/src/router/forex.js
+++ b/src/router/forex.js
@@ -759,6 +759,7 @@
"@/views/forex/menu5-educations/learn-forex/what-is-swap-in-forex.vue"
),
},
+
];
const forexRoutes = [
{
@@ -767,6 +768,47 @@
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 };
--
Gitblit v1.9.3