去掉进度条

This commit is contained in:
RenCheng 2025-03-01 13:17:46 +08:00
parent e99aa06929
commit 8a8055e207

View File

@ -83,9 +83,6 @@
if(data.content.length >0){
this.contentList.push(data.content);
}
if(data.currProgress != null){
this.percent = data.currProgress;
}
},
websocketclose: function (e) {
console.log("connection closed (" + e + ")");