mirror of https://github.com/1Panel-dev/1Panel
fix: 缓存容器刷新状态 (#2840)
parent
d8588d06ce
commit
53e18b2aee
|
@ -47,6 +47,7 @@ const changeRefresh = () => {
|
||||||
timer = null;
|
timer = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
localStorage.setItem(props.title, refreshRate.value + '');
|
||||||
};
|
};
|
||||||
|
|
||||||
onUnmounted(() => {
|
onUnmounted(() => {
|
||||||
|
|
Loading…
Reference in New Issue