fix: 将之前报错提示的msg改为message

This commit is contained in:
刘洪洪
2022-11-28 18:29:46 +08:00
parent 2b3e5ca360
commit 4cc7891008
6 changed files with 8 additions and 14 deletions

View File

@@ -123,7 +123,6 @@ export default {
})
} else {
this.showError = true
// todo 目前返回的字段为msg以后将改为message
this.errorMsg = r.message
}
})