mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-12-10 12:26:10 +08:00
fix: 缓存容器刷新状态 (#2840)
This commit is contained in:
parent
d8588d06ce
commit
53e18b2aee
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ const changeRefresh = () => {
|
|||
timer = null;
|
||||
}
|
||||
}
|
||||
localStorage.setItem(props.title, refreshRate.value + '');
|
||||
};
|
||||
|
||||
onUnmounted(() => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue