From d038edd2e7be2ab280e984847f612fa69fd6fc39 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Tue, 06 Jan 2026 11:07:46 +0800
Subject: [PATCH] 1
---
src/views/cryptos/AboutUs/index.vue | 28 ++++++++++++++--------------
1 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/src/views/cryptos/AboutUs/index.vue b/src/views/cryptos/AboutUs/index.vue
index 073c074..8662f4b 100644
--- a/src/views/cryptos/AboutUs/index.vue
+++ b/src/views/cryptos/AboutUs/index.vue
@@ -31,22 +31,22 @@
switch (this.serviceTerm) {
case '20':
return this.$t('关于我们')
- case '21':
- return this.$t('安全规定')
- case '22':
- return this.$t('法律声明')
- case '23':
- return this.$t('用户协议')
- case '24':
- return this.$t('隐私政策')
- case '25':
- return this.$t('反洗钱协议')
- case '26':
- return this.$t('金融服务牌照')
+ // case '21':
+ // return this.$t('安全规定')
+ // case '22':
+ // return this.$t('法律声明')
+ // case '23':
+ // return this.$t('用户协议')
+ // case '24':
+ // return this.$t('隐私政策')
+ // case '25':
+ // return this.$t('反洗钱协议')
+ // case '26':
+ // return this.$t('金融服务牌照')
case '27':
return this.$t('帮助中心')
- case '28':
- return this.$t('DXCN白皮书')
+ // case '28':
+ // return this.$t('DXCN白皮书')
default:
return this.$t('关于我们')
}
--
Gitblit v1.9.3