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