Browse Source

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

pull/1316/head
ssongliu 1 year ago committed by GitHub
parent
commit
cd84116a03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      frontend/src/views/host/terminal/terminal/index.vue

1
frontend/src/views/host/terminal/terminal/index.vue

@ -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…
Cancel
Save