fix(登录): 国际飞书选项单独无法显示

This commit is contained in:
fit2cloud-chenyw 2022-11-18 17:59:47 +08:00
parent ac812c3a58
commit 0b5520577e

View File

@ -259,10 +259,10 @@ export default {
return this.$store.state.user.loginMsg return this.$store.state.user.loginMsg
}, },
qrTypes() { qrTypes() {
return this.loginTypes && this.loginTypes.filter(item => item > 3 && item < 8) || [] return this.loginTypes && this.loginTypes.filter(item => item > 3 && item < 7) || []
}, },
radioTypes() { radioTypes() {
return this.loginTypes && this.loginTypes.filter(item => item < 4 || item > 7) || [] return this.loginTypes && this.loginTypes.filter(item => item < 4 || item > 6) || []
} }
}, },
watch: { watch: {