Merge pull request #3800 from dataease/pr@dev@lark_suite_type

fix(登录): 国际飞书选项单独无法显示
This commit is contained in:
xuwei-fit2cloud 2022-11-18 18:03:47 +08:00 committed by GitHub
commit f29a905fbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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