作业打包作业名带+号无法下载

tmp
sw 10 years ago
parent 6a6ed841ad
commit 251c08e431

@ -911,8 +911,10 @@ $(function(){
else else
{ {
if(res.length==1){ if(res.length==1){
location.href = '/zipdown/download?file='+res[0].file;return; var file = encodeURI(res[0].file).replace(/\+/g, '%2B');
location.href = '/zipdown/download?file='+file;return;
} }
document.getElementById('light').style.display='block'; document.getElementById('light').style.display='block';
$container = $('#light .upload_box_ul'); $container = $('#light .upload_box_ul');
$container.empty(); $container.empty();

Loading…
Cancel
Save