src/main/resources/templates/febs/views/modules/ai/fileUpload/index.html
@@ -539,15 +539,12 @@ }, success: function(response) { if (response.code === 200 || response.success) { layer.msg('文件上传成功,页面将刷新', {icon: 1, time: 1000}); layer.msg('文件上传成功', {icon: 1}); $('#uploadStatus').text('上传成功'); $('#uploadProgress').text('100%'); $('#progressFill').css('width', '100%').text('100%'); // 刷新页面 setTimeout(function() { location.reload(); }, 1000); $('#playContainer').show(); refreshFileList(); } else { layer.msg('文件合并失败: ' + response.message, {icon: 2}); $('#uploadStatus').text('上传失败');