diff --git a/src/native/Setup.vue b/src/native/Setup.vue index a042fd15c..522fb5f41 100644 --- a/src/native/Setup.vue +++ b/src/native/Setup.vue @@ -138,7 +138,7 @@ export default defineComponent({ this.localFolders = nativex.getLocalFolders(); break; case 4: - this.$router.push('/'); + this.$router.replace('/'); break; } },