diff --git a/src/layout/components/UserInfo/src/UserInfo.vue b/src/layout/components/UserInfo/src/UserInfo.vue index 5c5e373..8141217 100644 --- a/src/layout/components/UserInfo/src/UserInfo.vue +++ b/src/layout/components/UserInfo/src/UserInfo.vue @@ -68,10 +68,10 @@ const toDocument = () => {
{{ t('common.profile') }}
- - -
{{ t('common.document') }}
-
+ + + +
{{ t('lock.lockScreen') }}
diff --git a/src/views/Home/Index.vue b/src/views/Home/Index.vue index 76047a1..26ef63d 100644 --- a/src/views/Home/Index.vue +++ b/src/views/Home/Index.vue @@ -13,7 +13,7 @@ target="_blank" style="margin-top: 10px" > - 更多>> + {{ t('action.more') }} >> @@ -43,7 +43,7 @@ target="_blank" style="margin-top: 10px" > - 更多>> + {{ t('action.more') }} >> @@ -69,7 +69,7 @@ target="_blank" style="margin-top: 10px" > - 更多>> + {{ t('action.more') }} >> @@ -98,7 +98,7 @@ @click.prevent="more" style="margin-top: 10px" > - 更多>> + {{ t('action.more') }} >> @@ -180,7 +180,7 @@ target="_blank" style="margin-top: 10px" > - 更多>> + {{ t('action.more') }} >> @@ -206,7 +206,7 @@ target="_blank" style="margin-top: 10px" > - 更多>> + {{ t('action.more') }} >> @@ -235,7 +235,7 @@ @click.prevent="moreNews" style="margin-top: 10px" > - 更多>> + {{ t('action.more') }} >> @@ -267,7 +267,7 @@ target="_blank" style="margin-top: 10px" > - 更多>> + {{ t('action.more') }} >> @@ -296,7 +296,7 @@ target="_blank" style="margin-top: 10px" > - 更多>> + {{ t('action.more') }} >> @@ -351,6 +351,7 @@ const { push } = useRouter() defineOptions({ name: 'Home' }) +const { t } = useI18n() const loading = ref(false) const imgList = ref([]) // 列表的数据 const total = ref(0) // 列表的总页数