From 3a34daa4a070e3c13e399dad567e78b5a136e2c8 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Fri, 17 May 2024 14:18:03 +0800
Subject: [PATCH] 111
---
src/page/home/home.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/page/home/home.vue b/src/page/home/home.vue
index adc8cf1..f554b3f 100644
--- a/src/page/home/home.vue
+++ b/src/page/home/home.vue
@@ -111,7 +111,7 @@
<div class="name">{{ $t("hj245") }}</div>
</div>
</li>
- <li @click="$refs.language.settingDialog = true">
+ <li @click="$router.push('/same_lang')">
<div class="links">
<div class="icon">
<img
@@ -121,7 +121,7 @@
/>
</div>
<div class="name" style="margin-top: 2px">
- {{ $t("yy") }}
+ {{ $t("公司简介") }}
</div>
</div>
</li>
--
Gitblit v1.9.3