From c5487881d04780e03f4dd86ed1606c587f2c7952 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Mon, 19 May 2025 16:30:54 +0800
Subject: [PATCH] 修改: 保证金 、 手续费 字段展示

---
 src/utils/index.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/utils/index.js b/src/utils/index.js
index eeb4518..1102384 100644
--- a/src/utils/index.js
+++ b/src/utils/index.js
@@ -29,7 +29,7 @@
   } else {
     const regex = /(\/){0,1}usd(t){0,1}(\/){0,1}/i;
     const filterUSDName = newName.replace(regex, "");
-    url = "/symbol/" + filterUSDName + ".png";
+    url = "/wap/symbol/" + filterUSDName + ".png";
   }
   return new URL(url, import.meta.url).href;
 };

--
Gitblit v1.9.3