Merge branch 'filebrowser:master' into upload-process-percentage

This commit is contained in:
niubility000 2021-10-13 08:29:16 +08:00 committed by GitHub
commit b9e55a6360
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -241,11 +241,11 @@ export default {
}, },
prev() { prev() {
this.hoverNav = false; this.hoverNav = false;
this.$router.push({ path: this.previousLink }); this.$router.replace({ path: this.previousLink });
}, },
next() { next() {
this.hoverNav = false; this.hoverNav = false;
this.$router.push({ path: this.nextLink }); this.$router.replace({ path: this.nextLink });
}, },
key(event) { key(event) {
if (this.show !== null) { if (this.show !== null) {