修复切换邮箱自动刷新错乱

This commit is contained in:
eoao
2025-11-23 13:25:41 +08:00
parent c61bda1828
commit 70923fee59
4 changed files with 38 additions and 15 deletions

View File

@@ -754,7 +754,7 @@ defineOptions({
name: 'sys-setting'
})
const currentVersion = 'v2.4.0'
const currentVersion = 'v2.5.0'
const hasUpdate = ref(false)
let getUpdateErrorCount = 1;
const {t, locale} = useI18n();