This commit is contained in:
niubility000 2021-09-24 19:34:41 +08:00 committed by GitHub
parent 247a20757c
commit 499378b528
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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