From 170cd23668f58b34acc7a3b73d08569f12685b27 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Thu, 18 Dec 2025 15:33:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ldlz-web/src/layout/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ldlz-web/src/layout/index.vue b/ldlz-web/src/layout/index.vue index 345a9cc..3750379 100644 --- a/ldlz-web/src/layout/index.vue +++ b/ldlz-web/src/layout/index.vue @@ -60,8 +60,8 @@ export default { isEmbedded() { // 检查 URL 参数中是否有 embedded=true 或者当前处于 iframe 中 return ( - this.$route.query.embedded === "true" || window.self !== window.top - // true + // this.$route.query.embedded === "true" || window.self !== window.top + true ); }, classObj() {