From 499378b528149484b25da8bfdf8d2a6c1dec4ea0 Mon Sep 17 00:00:00 2001 From: niubility000 <76441520+niubility000@users.noreply.github.com> Date: Fri, 24 Sep 2021 19:34:41 +0800 Subject: [PATCH] update --- frontend/src/views/files/Preview.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/files/Preview.vue b/frontend/src/views/files/Preview.vue index 84ad3a16..57c365e8 100644 --- a/frontend/src/views/files/Preview.vue +++ b/frontend/src/views/files/Preview.vue @@ -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);