This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
optimization: the view of progress
tags/v1.21.12.1
yuyuanshifu
5 years ago
parent
14d1d82085
commit
31d6c3627c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
web_src/js/App.vue
+ 1
- 1
web_src/js/App.vue
View File
@@ -234,7 +234,7 @@
if (currentChunk < chunks) {
console.log(`第${currentChunk}个分片上传完成, 开始第${currentChunk +1}/${chunks}个分片上传`);
this.progress = Math.ceil(currentChunk / chunks)*100;
this.progress = Math.ceil(
(
currentChunk / chunks)*100
)
;
await loadNext();
} else {
await completeUpload();
Write
Preview
Loading…
Cancel
Save