This commit is contained in:
BianLzhaoMin 2025-12-18 15:33:28 +08:00
parent 0ef0907589
commit 170cd23668
1 changed files with 2 additions and 2 deletions

View File

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