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

This commit is contained in:
ssongliu
2023-11-08 01:37:29 +00:00
committed by GitHub
parent d8588d06ce
commit 53e18b2aee
@@ -47,6 +47,7 @@ const changeRefresh = () => {
timer = null;
}
}
localStorage.setItem(props.title, refreshRate.value + '');
};
onUnmounted(() => {