fix: 解决终端意外退出全屏导致菜单无法显示的问题 (#1314)

This commit is contained in:
ssongliu 2023-06-09 16:02:12 +08:00 committed by GitHub
parent 457effae85
commit cd84116a03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -181,6 +181,7 @@ interface Tree {
}
const acceptParams = async () => {
globalStore.isFullScreen = false;
loadCommand();
const res = await getHostTree({});
hostTree.value = res.data;