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() {