From 431506e6b44e636f1e1df9ad6cde133b26b9800d Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Tue, 02 Jul 2024 14:48:37 +0800
Subject: [PATCH] 替换logo,时间格式改变

---
 src/views/forex/home.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/forex/home.vue b/src/views/forex/home.vue
index 15e6f6e..5e4d2da 100644
--- a/src/views/forex/home.vue
+++ b/src/views/forex/home.vue
@@ -160,7 +160,7 @@
         class="text-center text-white cursor-pointer"
         @click="
           gotoPage(
-            'https://files.pepperstone.com/legal/SCB/SCB_Privacy_Policy_ROW.pdf'
+            'https://files.Coinzne.com/legal/SCB/SCB_Privacy_Policy_ROW.pdf'
           )
         "
       >
@@ -357,7 +357,7 @@
 const awardPrefix = "/src/assets/forexImages/home/award";
 
 const allSymbol = ref("");
-const marketListType = ref("forex");
+const marketListType = ref("hot");
 const activeList = ref([]);
 const topListData = ref([]);
 const jsonArray = ref([]);

--
Gitblit v1.9.3