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

Commit

Permalink
fix: Home page redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Sep 6, 2021
1 parent 62632d8 commit 9025f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ export default class Home extends Vue {
}
await (<IRSS3>this.rss3).files.sync();
} else {
localStorage.setItem('redirectFrom', this.$route.fullPath);
sessionStorage.setItem('redirectFrom', this.$route.fullPath);
await this.$router.push('/');
}
}
Expand Down

0 comments on commit 9025f67

Please sign in to comment.