fix: try to fix page size #99

This commit is contained in:
duorameng
2026-05-12 11:55:03 +08:00
parent fb617ae24c
commit 2b0f37b7ea
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -75,6 +75,7 @@ async function saveSettings() {
login_log_max_count: String(form.value.login_log_max_count || '1000')
})
await refreshSettings()
await loadSettings()
toast.success('保存成功')
} catch {
toast.error('保存失败')