From cd84116a03d1900bf460f4a362c42fb7aebd88d6 Mon Sep 17 00:00:00 2001 From: ssongliu <73214554+ssongliu@users.noreply.github.com> Date: Fri, 9 Jun 2023 16:02:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E7=BB=88=E7=AB=AF?= =?UTF-8?q?=E6=84=8F=E5=A4=96=E9=80=80=E5=87=BA=E5=85=A8=E5=B1=8F=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=E8=8F=9C=E5=8D=95=E6=97=A0=E6=B3=95=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98=20(#1314)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/host/terminal/terminal/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/host/terminal/terminal/index.vue b/frontend/src/views/host/terminal/terminal/index.vue index d21ffadda..401602359 100644 --- a/frontend/src/views/host/terminal/terminal/index.vue +++ b/frontend/src/views/host/terminal/terminal/index.vue @@ -181,6 +181,7 @@ interface Tree { } const acceptParams = async () => { + globalStore.isFullScreen = false; loadCommand(); const res = await getHostTree({}); hostTree.value = res.data;