fix: 将之前报错提示的msg改为message
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user