lex 2 anni fa
parent
commit
92325aab0d

+ 4 - 2
src/views/process/list/model/upload.vue

@@ -150,8 +150,10 @@ export default {
       this.type = "file";
 
       try {
-        let filename = file.name.replaceAll(" ", "_");
-        let key = new Date().getTime();
+        // let filename = file.name.replaceAll(" ", "_");
+        let fileFix = file.name.split(".");
+        console.log(fileFix);
+        let key = new Date().getTime() + "." + fileFix;
         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-767bebd4.0285ad9d.css


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


File diff suppressed because it is too large
+ 0 - 0
web/static/web/js/chunk-673b3383.b03d3deb.js


File diff suppressed because it is too large
+ 0 - 0
web/static/web/js/chunk-767bebd4.69aad970.js


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