src/components/Language/index.vue
@@ -36,14 +36,14 @@
      // 多语言配置
      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>
</style>