修复账号ID导致的BUG

This commit is contained in:
eoao
2026-01-07 22:02:00 +08:00
parent 693e3aa9f1
commit dc38535ea8
5 changed files with 7 additions and 7 deletions

View File

@@ -1306,7 +1306,7 @@ function editSetting(settingForm, refreshStatus = true) {
plain: true
})
if (setting.value.manyEmail === 1) {
accountStore.currentAccountId = userStore.user.accountId;
accountStore.currentAccountId = userStore.user.account.accountId;
}
if (refreshStatus) {
getSettings()