fix: 缓存容器刷新状态 (#2840)

This commit is contained in:
ssongliu 2023-11-08 09:37:29 +08:00 committed by GitHub
parent d8588d06ce
commit 53e18b2aee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,6 +47,7 @@ const changeRefresh = () => {
timer = null;
}
}
localStorage.setItem(props.title, refreshRate.value + '');
};
onUnmounted(() => {