修改登录失败显示

This commit is contained in:
20932067@zju.edu.cn 2021-03-08 22:56:02 +08:00
parent 725662a616
commit 8cabf4b58a
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@
} else {
this.$notify({
title: '登录失败',
message: data.errorMsg,
message: data.msg,
duration: 2000,
type: 'error'
})