ipad仪表盘取消显示客户端下载按钮

This commit is contained in:
kuaifan 2022-11-24 14:22:07 +08:00
parent 151dfce5d9
commit 20dd624c77

View File

@ -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() {