From 7bb960ef165d091678a65ddc01b6551ec4487daa Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Mon, 29 Dec 2025 14:26:11 +0800
Subject: [PATCH] 1

---
 src/views/cryptos/AboutUs/index.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/views/cryptos/AboutUs/index.vue b/src/views/cryptos/AboutUs/index.vue
index 966398b..073c074 100644
--- a/src/views/cryptos/AboutUs/index.vue
+++ b/src/views/cryptos/AboutUs/index.vue
@@ -63,11 +63,11 @@
     },
     getCms() {
       let language
-      if (this.$i18n.locale == 'zh-CN' || this.$i18n.locale == 'CN') {
-        language = this.$i18n.locale
-      } else {
-        language = 'en'
-      }
+      // if (this.$i18n.locale == 'zh-CN' || this.$i18n.locale == 'CN') {
+      language = this.$i18n.locale
+      // } else {
+      //   language = 'en'
+      // }
 
       // 白皮书限定只要中文的
       if (this.serviceTerm == '28') language = 'en'

--
Gitblit v1.9.3