fix: 首页判定逻辑优化

This commit is contained in:
liulujian 2026-04-22 23:04:23 +08:00
parent cbc3d53e08
commit c80a4a7bb3

View File

@ -32,7 +32,7 @@ export default {
},
computed: {
isHomePage() {
return this.$route.path === '/home' || this.$route.path === '/';
return (this.$route.path === '/home' || this.$route.path === '/') && !this.iframeUrl;
},
// documentClientHeight: {
// get() {