mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-09-16 19:44:46 +08:00
fix: 解决终端意外退出全屏导致菜单无法显示的问题 (#1314)
This commit is contained in:
parent
457effae85
commit
cd84116a03
1 changed files with 1 additions and 0 deletions
|
@ -181,6 +181,7 @@ interface Tree {
|
||||||
}
|
}
|
||||||
|
|
||||||
const acceptParams = async () => {
|
const acceptParams = async () => {
|
||||||
|
globalStore.isFullScreen = false;
|
||||||
loadCommand();
|
loadCommand();
|
||||||
const res = await getHostTree({});
|
const res = await getHostTree({});
|
||||||
hostTree.value = res.data;
|
hostTree.value = res.data;
|
||||||
|
|
Loading…
Add table
Reference in a new issue