From 20dd624c7734ab35b13f6b49f37c04f5c4da5fe0 Mon Sep 17 00:00:00 2001 From: kuaifan Date: Thu, 24 Nov 2022 14:22:07 +0800 Subject: [PATCH] =?UTF-8?q?ipad=E4=BB=AA=E8=A1=A8=E7=9B=98=E5=8F=96?= =?UTF-8?q?=E6=B6=88=E6=98=BE=E7=A4=BA=E5=AE=A2=E6=88=B7=E7=AB=AF=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/assets/js/components/RightBottom.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/js/components/RightBottom.vue b/resources/assets/js/components/RightBottom.vue index 24dee1b82..d7719a300 100644 --- a/resources/assets/js/components/RightBottom.vue +++ b/resources/assets/js/components/RightBottom.vue @@ -106,7 +106,7 @@ export default { }, showDown() { - return this.windowLarge && ['login', 'index', 'manage-dashboard'].includes(this.$route.name) + return !this.$isEEUiApp && this.windowLarge && ['login', 'index', 'manage-dashboard'].includes(this.$route.name) }, showPrivacy() {