From c69b3693702e1e1ec149a28dd7562ce65dbcba97 Mon Sep 17 00:00:00 2001 From: Wangjiahao <1522128093@qq.com> Date: Mon, 22 May 2023 21:04:16 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E7=BC=96=E8=BE=91=E6=89=8B=E6=9C=BA=E7=AB=AF=E4=BB=AA?= =?UTF-8?q?=E8=A1=A8=E6=9D=BF=E5=90=8E=EF=BC=8C=E9=87=8D=E6=96=B0=E5=88=87?= =?UTF-8?q?=E6=8D=A2=E5=88=B0=E4=BB=AA=E8=A1=A8=E6=9D=BF=E5=8F=AF=E8=83=BD?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=BC=82=E5=B8=B8=E7=9A=84=E9=97=AE=E9=A2=98?= =?UTF-8?q?=20#4717?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/panel/list/PanelMain.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/panel/list/PanelMain.vue b/frontend/src/views/panel/list/PanelMain.vue index 811b75fd17..ee47cbca71 100644 --- a/frontend/src/views/panel/list/PanelMain.vue +++ b/frontend/src/views/panel/list/PanelMain.vue @@ -85,6 +85,7 @@ export default { } }, mounted() { + this.$store.commit('setMobileLayoutStatus', false) // init all views (include plugins) base info localStorage.removeItem('plugin-views') pluginTypes().then(res => {