From 2c14b432dbdefce4ccb5afebe74cd19c17002840 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Mon, 29 Sep 2025 14:49:48 +0800
Subject: [PATCH] 1
---
src/views/my/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/my/index.vue b/src/views/my/index.vue
index a88694d..70a1fc3 100644
--- a/src/views/my/index.vue
+++ b/src/views/my/index.vue
@@ -211,7 +211,7 @@
return [
{
title: t('universal'), list: [
- { icon: new URL('../../assets/image/assets-center/help.png', import.meta.url), title: t('language'), path: '/language' },
+ { icon: new URL('../../assets/image/assets-center/language.png', import.meta.url), title: t('language'), path: '/language' },
// { icon: 'gold-coin-o', title: t('计价方式'), path: '/cryptos/exchangeRate' },
{ icon: new URL('../../assets/image/assets-center/aboutUs.png', import.meta.url), title: t('onLineService'), path: '/customerService' },
--
Gitblit v1.9.3