This commit is contained in:
2020-04-09 22:58:18 +00:00
parent ae3baeb954
commit 019fb4a76d
11 changed files with 10 additions and 63 deletions

View File

@@ -21,9 +21,8 @@ export default {
};
},
created() {
// debugger;
let badPath = this.$router.history.current.path;
//If this happens too early then it might not have all the setup stuf available which would trigger an infinite loop
//If this happens too early then it might not have all the setup stuff available which would trigger an infinite loop
if (
!window ||
!window.$gz ||