From 074606f42763a6aaf6069484a5bc37722584c0e5 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Tue, 18 Mar 2025 17:32:22 +0800
Subject: [PATCH] 1

---
 src/page/exchange/exchangePage.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/page/exchange/exchangePage.vue b/src/page/exchange/exchangePage.vue
index 89d8b77..bdd71ea 100644
--- a/src/page/exchange/exchangePage.vue
+++ b/src/page/exchange/exchangePage.vue
@@ -39,7 +39,7 @@
                 <div class="px-30 flex items-center mt-30">
                     <div class="flex-1 textColor text-center">
                         <div>
-                            <img v-if="detail.symbol" :src="`${HOST_URL}/symbol/${detail.symbol.toLowerCase()}.png`"
+                            <img v-if="detail.symbol" :src="`${HOST_URL}/wap/symbol/${detail.symbol.toLowerCase()}.png`"
                                 alt="logo" class="w-70 h-70 rounded-full" />
                         </div>
                         <div class="text-grey font-28 mt-20">{{ $t('从') }}</div>
@@ -49,7 +49,7 @@
 
                     <div class="flex-1 textColor text-center">
                         <div>
-                            <img v-if="detail.symbol_to" :src="`${HOST_URL}/symbol/${detail.symbol_to.toLowerCase()}.png`"
+                            <img v-if="detail.symbol_to" :src="`${HOST_URL}/wap/symbol/${detail.symbol_to.toLowerCase()}.png`"
                                 alt="logo" class="w-70 h-70 rounded-full" />
                         </div>
                         <div class="text-grey font-28 mt-20">{{ $t('至') }}</div>

--
Gitblit v1.9.3