From 584860d11b454774b60c71b63d221b5481c0f3bd Mon Sep 17 00:00:00 2001
From: 李 <344137771@qq.com>
Date: Wed, 29 Apr 2026 14:21:48 +0800
Subject: [PATCH] 更新为3.29

---
 src/page/home/homeIndex.vue |   24 ++++++------------------
 1 files changed, 6 insertions(+), 18 deletions(-)

diff --git a/src/page/home/homeIndex.vue b/src/page/home/homeIndex.vue
index 4a6770d..a0dc029 100644
--- a/src/page/home/homeIndex.vue
+++ b/src/page/home/homeIndex.vue
@@ -72,7 +72,7 @@
       </div>
     </div>
 
-    <div class="subheading bg-white" style="margin-top: 0.25em">
+    <!-- <div class="subheading bg-white" style="margin-top: 0.25em">
       <div class="subheading_title">
         <img src="../../assets/img/iconmonstr-chart-5.png" alt="" />
         <span>{{ $t("日股指数") }}</span>
@@ -82,7 +82,7 @@
           <index-component :ids="'b' + item.id" :dataObj="item"></index-component>
         </div>
       </div>
-    </div>
+    </div> -->
 
     <!-- <div class="subheading bg-white" style="margin-top: 0.25em">
       <div class="subheading_title">
@@ -138,26 +138,14 @@
 import indexComponent from "../../components/index-component.vue";
 import Echart from "./components/echart.vue";
 import * as api from "@/axios/api";
+import { languageOptions } from "@/config/languageOptions";
 export default {
   name: "homeIndex",
   data() {
     return {
       languageShow: false, // 语言选择
       // 多语言配置
-      actions: [
-        {
-          text: "English",
-          lang: "en"
-        },
-        {
-          text: "中文(繁体)",
-          lang: "zh-Hant"
-        },
-        {
-          text: "हिंदी",
-          lang: "hi"
-        }
-      ],
+      actions: languageOptions,
       newsList: [],
       jpDataStockBeans: [],
       usDataStockBeans: [],
@@ -229,7 +217,7 @@
 
 <style lang="less" scoped>
 @red: #ee0a24;
-@green: #c4d600;
+@green: #00f0ff;
 
 .home_index {
   font-size: 10vw;
@@ -298,7 +286,7 @@
 
         .swiper-slide {
           width: 2.2em;
-          height: 2.4em;
+          height: 2.2em;
 
           .nav_item {
             background-color: #fff;

--
Gitblit v1.9.3