From c80a4a7bb32fabc124cdf5b8a820cacada788ec4 Mon Sep 17 00:00:00 2001 From: liulujian Date: Wed, 22 Apr 2026 23:04:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=A6=96=E9=A1=B5=E5=88=A4=E5=AE=9A?= =?UTF-8?q?=E9=80=BB=E8=BE=91=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- txw-mhzc-web/src/pages/index/views/main.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txw-mhzc-web/src/pages/index/views/main.vue b/txw-mhzc-web/src/pages/index/views/main.vue index fa8d57c..ddfe9fb 100644 --- a/txw-mhzc-web/src/pages/index/views/main.vue +++ b/txw-mhzc-web/src/pages/index/views/main.vue @@ -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() {