From 27601483c5031b5358368d08e4babed6d31c1d0e Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Fri, 31 May 2024 16:05:14 +0800
Subject: [PATCH] 域名改成https://bcar.barcblays.com/

---
 src/components/Language/index.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/components/Language/index.vue b/src/components/Language/index.vue
index e85284d..cce5734 100644
--- a/src/components/Language/index.vue
+++ b/src/components/Language/index.vue
@@ -35,15 +35,15 @@
       language: "",
       // 多语言配置
       actions: [
+        // {
+        //   text: "繁体中文",
+        //   icon: require("@/assets/ico/tw.png"),
+        //   lang: "zh-TW",
+        // },
         {
           text: "English",
           icon: require("@/assets/ico/english.png"),
           lang: "en",
-        },
-        {
-          text: "繁体中文",
-          icon: require("@/assets/ico/tw.png"),
-          lang: "zh-TW",
         },
         { text: "हिंदी", icon: require("@/assets/ico/india.png"), lang: "hi" },
         { text: "한국인", icon: require("@/assets/ico/india.png"), lang: "ko" },
@@ -120,4 +120,4 @@
   font-weight: 600;
   margin: 40px 20px 0 20px;
 }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.9.3