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 +