lex 2 年之前
父節點
當前提交
d99f59c2bd

+ 1 - 1
src/views/process/list/model/upload.vue

@@ -158,7 +158,7 @@ export default {
         let fileFix = file.name.split(".");
         let filename = new Date().getTime();
         // console.log(fileFix);
-        let key = new Date().getTime() + "." + fileFix[1];
+        let key = new Date().getTime() + "." + fileFix[fileFix.length - 1];
         let obj = {
           filename,
           bucketName: "daya",

File diff suppressed because it is too large
+ 0 - 0
web/index.html


File diff suppressed because it is too large
+ 0 - 0
web/static/web/css/chunk-1187f3e4.5df88169.css


File diff suppressed because it is too large
+ 0 - 0
web/static/web/js/app.662dc52a.js


File diff suppressed because it is too large
+ 0 - 0
web/static/web/js/chunk-1187f3e4.cc649f2e.js


File diff suppressed because it is too large
+ 0 - 0
web/static/web/js/chunk-896f1a5c.4db5a68f.js


Some files were not shown because too many files changed in this diff