Add files via upload

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

View File

@ -339,7 +339,7 @@ export default {
}, 500), }, 500),
close() { close() {
this.$store.commit("updateRequest", {}); this.$store.commit("updateRequest", {});
this.$router.go(-1); history.back();
}, },
download() { download() {
api.download(null, this.$route.path); api.download(null, this.$route.path);