修改国际版本

This commit is contained in:
2026-06-12 16:08:00 +08:00
parent af758a0ccc
commit 836cdaf2dc
38 changed files with 449 additions and 145 deletions
+2 -2
View File
@@ -35,7 +35,7 @@
<script setup>
import { ref, computed, onMounted, getCurrentInstance } from 'vue'
import { userLogout } from '@/config/api/user.js'
import { useI18n } from '@/utils/i18n.js'
import { useI18n, showModalI18n } from '@/utils/i18n.js'
const { t } = useI18n()
@@ -112,7 +112,7 @@ const showLanguageSelector = () => {
}
const handleLogout = async () => {
uni.showModal({
showModalI18n({
title: t('common.tips'),
content: t('user.confirmLogout'),
success: async (res) => {