Authored by htoooth

add request login

@@ -55,7 +55,7 @@ export default { @@ -55,7 +55,7 @@ export default {
55 methods: { 55 methods: {
56 fileSubmit(file) { 56 fileSubmit(file) {
57 this.action.data.token = this.token; 57 this.action.data.token = this.token;
58 - this.action.data.key = file.name; 58 + this.action.data.key = Date.now() + file.name;
59 }, 59 },
60 filesAdded(files) { 60 filesAdded(files) {
61 let hasIgnore = false; 61 let hasIgnore = false;