diff --git a/pages/index.vue b/pages/index.vue
index 2797ce3..5e8a18a 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -21,8 +21,10 @@
top_one.home_one_text : top_one.en_home_one_text }}
+
{{ $t('index_get_to') }}
+
@@ -55,8 +57,8 @@
{{ $t('index_about') }}
{{ $t('index_services') }}
- {{ $t('index_clients') }}
-
+
{{ $t('index_news') }}
{{ $t('index_contact') }}
diff --git a/plugins/locales/zh.ts b/plugins/locales/zh.ts
index d678c70..a1d75bb 100644
--- a/plugins/locales/zh.ts
+++ b/plugins/locales/zh.ts
@@ -7,7 +7,7 @@ export default {
index_about: '关于我们',
index_services: '客户服务',
index_clients: '我的客户',
- index_news: '最新新闻',
+ index_news: '新闻中心',
index_contact: '联系我们',
index_products: '产品列表',
index_share: '分享',