fix reload not working properly

This commit is contained in:
wh1te909 2019-12-21 05:27:30 +00:00
parent 85a57d60ef
commit 307866c304
1 changed files with 3 additions and 0 deletions

View File

@ -265,6 +265,9 @@ export default {
this.$store.dispatch("getUpdatedSites");
},
mounted() {
if (localStorage.getItem("reloaded")) {
localStorage.removeItem("reloaded");
};
this.loadFrame(this.activeNode);
}
};