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