From 28d1a557a41d3c31372ead170911e57c3b2678db Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Fri, 10 May 2024 18:22:03 +0800
Subject: [PATCH] 修改:注册页面 点击注册 进入 获取验证码页面
---
src/components/list-quotation/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/components/list-quotation/index.vue b/src/components/list-quotation/index.vue
index 2e30356..559aca4 100644
--- a/src/components/list-quotation/index.vue
+++ b/src/components/list-quotation/index.vue
@@ -22,7 +22,7 @@
<ul class="flex justify-between w-full items-center" @click="onItemClick(item)">
<li class="flex items-center left">
<img
- :src="item.symbol ? `${HOST_URL}/symbol/${item.symbol}.png` : require('@/assets/loading-default.png')"
+ :src="item.symbol ? `${HOST_URL}/wap/symbol/${item.symbol}.png` : require('@/assets/loading-default.png')"
alt="logo" class="w-72 h-72 rounded-full mr-16"/>
<p class="flex flex-col">
<span class="flex items-end font-32 flex items-center">
--
Gitblit v1.9.3