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

@@ -142,7 +142,6 @@ export default {
})
} else {
this.showError = true
// todo 此处目前返回字段为msg后续字段会修改为message
msg = msg + ',' + r.message
if (msg.indexOf(',') === 0) {
msg = msg.substring(1, msg.length)