fix: 去掉console.log等

This commit is contained in:
chenjinsong
2021-08-27 16:45:03 +08:00
parent dd0c844355
commit a38f353a7b
4 changed files with 5 additions and 4 deletions

View File

@@ -69,8 +69,12 @@ export default {
localStorage.setItem('cn-username', this.username)
} else if (res.code === 518005) {
this.$message.error(this.$t('tip.incorrectUsernameOrPassword'))
this.loading = false
this.blockOperation.query = false
} else {
this.$message.error(this.$t('tip.unknownError'))
this.loading = false
this.blockOperation.query = false
}
}
).catch(e => {