mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-16 12:08:12 +00:00
ipad仪表盘取消显示客户端下载按钮
This commit is contained in:
parent
151dfce5d9
commit
20dd624c77
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user