Browse Source

大文件分片上传 断点续传 文件秒传功能已更新

pixel 5 years ago
parent
commit
dcd182d543
1 changed files with 1 additions and 1 deletions
  1. 1 1
      QMPlusVuePage/src/view/example/breakpoint/breakpoint.vue

+ 1 - 1
QMPlusVuePage/src/view/example/breakpoint/breakpoint.vue

@@ -3,7 +3,7 @@
     <form id="fromCont" method="post">
       <input @change="choseFile" id="file" multiple="multiple" type="file" />
     </form>
-    <el-button @click="getFile">按钮</el-button>
+    <el-button @click="getFile">上传</el-button>
     <span
       v-if="this.file"
     >{{Math.floor(((this.formDataList.length-this.waitNum)/this.formDataList.length)*100)}}%</span>