Compare commits

..

No commits in common. "daa99dd0981413934a249b5e2b57f14b5fb1f59a" and "5fc8887edc603f58b7453fe468446917561cdafb" have entirely different histories.

1 changed files with 1 additions and 6 deletions

View File

@ -591,12 +591,7 @@ export default {
'Content-Type': 'multipart/form-data'
}
}).then(function(res) {
ElMessage({
type: "错误",
message:res.data.msg,
});
console.log(res);
});