From 24ce496a8521072a86cd59a8cf628988ab55aa25 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Thu, 18 Dec 2025 15:36:27 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldlz-web/src/layout/index.vue b/ldlz-web/src/layout/index.vue index 3750379..806b77e 100644 --- a/ldlz-web/src/layout/index.vue +++ b/ldlz-web/src/layout/index.vue @@ -61,7 +61,7 @@ export default { // 检查 URL 参数中是否有 embedded=true 或者当前处于 iframe 中 return ( // this.$route.query.embedded === "true" || window.self !== window.top - true + false ); }, classObj() {