Skip to content
This repository was archived by the owner on Feb 5, 2023. It is now read-only.

Commit 9025f67

Browse files
committed
fix: Home page redirect
1 parent 62632d8 commit 9025f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/Home.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ export default class Home extends Vue {
391391
}
392392
await (<IRSS3>this.rss3).files.sync();
393393
} else {
394-
localStorage.setItem('redirectFrom', this.$route.fullPath);
394+
sessionStorage.setItem('redirectFrom', this.$route.fullPath);
395395
await this.$router.push('/');
396396
}
397397
}

0 commit comments

Comments
 (0)