Compare commits
2 Commits
5fc8887edc
...
daa99dd098
Author | SHA1 | Date |
---|---|---|
tangyi | daa99dd098 | |
tangyi | 88d103adf2 |
|
@ -591,7 +591,12 @@ export default {
|
|||
'Content-Type': 'multipart/form-data'
|
||||
}
|
||||
}).then(function(res) {
|
||||
console.log(res);
|
||||
ElMessage({
|
||||
type: "错误",
|
||||
message:res.data.msg,
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue