test/custom-admin-ui #3

Merged
orion merged 673 commits from test/custom-admin-ui into master 2026-06-05 17:20:58 +08:00
Showing only changes of commit 01a1e895f1 - Show all commits
-2
View File
@@ -515,7 +515,6 @@
}
}
that.loadingText = `已上传${ (success/total_chunks*100).toFixed(2) }%`;
console.log(this.loadingText)
if (flag) {
clearInterval(interval);
this.http('get', `/file/merge/${res.data}/?file_name=${name}&total_chunks=${total_chunks}`).then(text => {
@@ -537,7 +536,6 @@
this.uploadData.text = '';
this.uploadData.file = null;
that.uploading = false;
this.$message({
message: '上传成功',
type: 'success'