From cb12d7d40c1f3d8e3c576fe1066d43cbf89503bd Mon Sep 17 00:00:00 2001 From: fit2cloudrd Date: Thu, 25 Aug 2022 14:49:35 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E4=BB=AA?= =?UTF-8?q?=E8=A1=A8=E6=9D=BF=E7=BC=96=E8=BE=91=E7=8A=B6=E6=80=81=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E6=B5=8F=E8=A7=88=E5=99=A8=E5=9B=9E=E9=80=80=E5=90=8E?= =?UTF-8?q?=E4=BB=AA=E8=A1=A8=E6=9D=BF=E9=A2=84=E8=A7=88=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98=20(#2941?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: wangjiahao <1522128093@qq.com> --- frontend/src/views/panel/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/panel/index.vue b/frontend/src/views/panel/index.vue index 0fb51f4bd8..61213ff6c1 100644 --- a/frontend/src/views/panel/index.vue +++ b/frontend/src/views/panel/index.vue @@ -34,6 +34,7 @@ export default { if (this.componentName === 'PanelEdit') { next(false) if (confirm(this.$t('panel.edit_leave_tips'))) { + bus.$emit('PanelSwitchComponent', { name: 'PanelMain' }) next() } } else {