Browse Source

完成应用最小化后的恢复

master
Poised_flw 4 years ago
parent
commit
a027b58ea5
  1. 465
      src/components/Footer.vue
  2. 14
      src/tis/layouts/LoginContainer.vue

465
src/components/Footer.vue
File diff suppressed because it is too large
View File

14
src/tis/layouts/LoginContainer.vue

@ -10,13 +10,17 @@ export default {
Login() { Login() {
return this.$tis.layouts.Login; return this.$tis.layouts.Login;
}, },
deviceType(){
deviceType() {
return this.$tis.getDeviceType(); return this.$tis.getDeviceType();
}, },
visible() { visible() {
return !!this.Login && this.$tis.isVisibleWidgetsLoginPanel() && !this.$tis.openFullScreenAppId();
},
},
return (
!!this.Login &&
this.$tis.isVisibleWidgetsLoginPanel() &&
!this.$tis.openFullScreenAppId()
);
}
}
}; };
</script> </script>
@ -29,4 +33,4 @@ export default {
left: 0; left: 0;
z-index: 300; z-index: 300;
} }
</style>
</style>
Loading…
Cancel
Save