mirror of
https://gitee.com/layui/layui.git
synced 2025-04-05 17:38:02 +08:00
剔除 upload 调试语句
This commit is contained in:
parent
a19a9e0433
commit
5b5b74bf6e
@ -230,7 +230,6 @@ layui.define(['lay','layer'], function(exports){
|
|||||||
'Upload failed, please try again.',
|
'Upload failed, please try again.',
|
||||||
'status: '+ (e.status || '') +' - '+ (e.statusText || 'error')
|
'status: '+ (e.status || '') +' - '+ (e.statusText || 'error')
|
||||||
].join('<br>'));
|
].join('<br>'));
|
||||||
console.log(e)
|
|
||||||
error(index);
|
error(index);
|
||||||
allDone();
|
allDone();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user