From f1dc8f5a7f3a661ce19513a9ad47fe18e3e883ff Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Mon, 12 Aug 2024 11:47:14 +0800
Subject: [PATCH] 1

---
 src/components/forex/footer.vue |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/src/components/forex/footer.vue b/src/components/forex/footer.vue
index dac8a7c..624f352 100644
--- a/src/components/forex/footer.vue
+++ b/src/components/forex/footer.vue
@@ -3,7 +3,7 @@
     <!-- 菜单 -->
     <div class="flex footer-menu">
       <div class="w-300">
-        <img src="@/assets/forexImages/logo.png" width="72" height="72" />
+        <img src="@/assets/forexImages/img_v3_02bo_99f7aa4e-d3f0-41be-9e18-66ef77b6f91g.jpg" width="72" height="72" />
       </div>
       <div class="w-1000 grid grid-cols-3 gap-x-4">
         <div v-for="(_, _index) in footerList" :key="_index">
@@ -110,7 +110,7 @@
 ];
 const fourthList = [
   {
-    title: "support@pepperstone.com",
+    title: "support@eypmj.com",
     path: "mail",
   },
   {
@@ -131,10 +131,10 @@
     list: thirdList,
     path: "/education",
   },
-  {
-    list: fourthList,
-    path: "/contact-us",
-  },
+  // {
+  //   list: fourthList,
+  //   path: "/contact-us",
+  // },
 ];
 
 const list5 = [
@@ -142,22 +142,22 @@
     url: "/legal-documentation",
   },
   {
-    url: "https://files.pepperstone.com/legal/SCB/SCB_Privacy_Policy_ROW.pdf",
+    url: "https://files.eypmj.com/legal/SCB/SCB_Privacy_Policy_ROW.pdf",
   },
   {
-    url: "https://files.pepperstone.com/legal/SCB/SCB_Client_TCs_ROW.pdf",
+    url: "https://files.eypmj.com/legal/SCB/SCB_Client_TCs_ROW.pdf",
   },
   {
-    url: "https://files.pepperstone.com/legal/SCB/SCB_Cookie_Policy_ROW.pdf",
+    url: "https://files.eypmj.com/legal/SCB/SCB_Cookie_Policy_ROW.pdf",
   },
   {
-    url: "https://files.pepperstone.com/legal/SCB/SCB_Complaints_Notice_ROW.pdf",
+    url: "https://files.eypmj.com/legal/SCB/SCB_Complaints_Notice_ROW.pdf",
   },
 ];
 
 const gotoPage = (path) => {
   if (path === "mail") {
-    window.location.href = "mailto:support@pepperstone.com";
+    window.location.href = "mailto:support@eypmj.com";
     return;
   }
   if (path === "tel") {

--
Gitblit v1.9.3