mirror of https://github.com/1Panel-dev/1Panel
fix: 解决终端意外退出全屏导致菜单无法显示的问题 (#1314)
parent
457effae85
commit
cd84116a03
|
@ -181,6 +181,7 @@ interface Tree {
|
|||
}
|
||||
|
||||
const acceptParams = async () => {
|
||||
globalStore.isFullScreen = false;
|
||||
loadCommand();
|
||||
const res = await getHostTree({});
|
||||
hostTree.value = res.data;
|
||||
|
|
Loading…
Reference in New Issue