lex 2 년 전
부모
커밋
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",

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
web/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
web/static/web/css/chunk-767bebd4.0285ad9d.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
web/static/web/js/app.b7398461.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
web/static/web/js/chunk-673b3383.b03d3deb.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
web/static/web/js/chunk-767bebd4.69aad970.js


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.