Add files via upload

This commit is contained in:
niubility000 2021-09-25 03:46:32 +08:00 committed by GitHub
parent 499378b528
commit e7bc7c257d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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