Add files via upload

This commit is contained in:
niubility000 2021-09-28 23:56:23 +08:00 committed by GitHub
parent fd740730b6
commit 7fbe7c3941
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -339,7 +339,9 @@ export default {
}, 500),
close() {
this.$store.commit("updateRequest", {});
history.back();
let uri = url.removeLastDir(this.$route.path) + "/";
this.$router.push({ path: uri });
},
download() {
api.download(null, this.$route.path);