From 1d7fdedc340fd6713d9800b81a553ddb79347649 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Sat, 19 Oct 2024 11:51:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B2=89=E6=B5=B8=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E9=80=BB=E8=BE=91=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/layout/components/main/index.vue | 2 +- src/views/layout/index.vue | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/layout/components/main/index.vue b/src/views/layout/components/main/index.vue index 53e95283..ecce364f 100644 --- a/src/views/layout/components/main/index.vue +++ b/src/views/layout/components/main/index.vue @@ -44,7 +44,7 @@
-
+
diff --git a/src/views/layout/index.vue b/src/views/layout/index.vue index c18d12a6..9d95a626 100644 --- a/src/views/layout/index.vue +++ b/src/views/layout/index.vue @@ -121,6 +121,8 @@ const clear_data_event = () => { form.value.footer.com_data = new_tem_form.footer.com_data; form.value.tabs_data = []; form.value.diy_data = []; + // 数据清空之后,将公共沉浸模式判断为false + common_store.set_is_immersion_model(false); diy_data_item.value = new_tem_form.header; }; //#region 页面初始化数据 ---------------------start