From a027b58ea5857416f24f3ebf90a560ab97023214 Mon Sep 17 00:00:00 2001 From: Poised_flw Date: Fri, 29 Oct 2021 17:49:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E5=BA=94=E7=94=A8=E6=9C=80?= =?UTF-8?q?=E5=B0=8F=E5=8C=96=E5=90=8E=E7=9A=84=E6=81=A2=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Footer.vue | 465 ++++++++++++++++++++++++++++- src/tis/layouts/LoginContainer.vue | 14 +- 2 files changed, 473 insertions(+), 6 deletions(-) diff --git a/src/components/Footer.vue b/src/components/Footer.vue index 7d6ca86..b242f25 100644 --- a/src/components/Footer.vue +++ b/src/components/Footer.vue @@ -1 +1,464 @@ - \ No newline at end of file + + + + + diff --git a/src/tis/layouts/LoginContainer.vue b/src/tis/layouts/LoginContainer.vue index f611f6d..ed77eda 100644 --- a/src/tis/layouts/LoginContainer.vue +++ b/src/tis/layouts/LoginContainer.vue @@ -10,13 +10,17 @@ export default { Login() { return this.$tis.layouts.Login; }, - deviceType(){ + deviceType() { return this.$tis.getDeviceType(); }, visible() { - return !!this.Login && this.$tis.isVisibleWidgetsLoginPanel() && !this.$tis.openFullScreenAppId(); - }, - }, + return ( + !!this.Login && + this.$tis.isVisibleWidgetsLoginPanel() && + !this.$tis.openFullScreenAppId() + ); + } + } }; @@ -29,4 +33,4 @@ export default { left: 0; z-index: 300; } - \ No newline at end of file +