22
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 51s

This commit is contained in:
heixinyouzi 2024-11-14 16:45:39 +08:00
parent c8bf03c5e2
commit c2013b8643

View File

@ -71,11 +71,11 @@ async function fileFinish(file) {
});
console.log("上传服务器", r);
if (res.code == 1) {
$msg.success(res.msg);
if (r.code == 1) {
$msg.success(r.msg);
getMyfile();
} else {
$msg.error(res.msg);
$msg.error(r.msg);
}
}