فهرست منبع

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

pixel 5 سال پیش
والد
کامیت
dcd182d543
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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">
     <form id="fromCont" method="post">
       <input @change="choseFile" id="file" multiple="multiple" type="file" />
       <input @change="choseFile" id="file" multiple="multiple" type="file" />
     </form>
     </form>
-    <el-button @click="getFile">按钮</el-button>
+    <el-button @click="getFile">上传</el-button>
     <span
     <span
       v-if="this.file"
       v-if="this.file"
     >{{Math.floor(((this.formDataList.length-this.waitNum)/this.formDataList.length)*100)}}%</span>
     >{{Math.floor(((this.formDataList.length-this.waitNum)/this.formDataList.length)*100)}}%</span>