diff --git a/src/main.ts b/src/main.ts index 2b664fdf..75634a65 100644 --- a/src/main.ts +++ b/src/main.ts @@ -27,7 +27,7 @@ let token = getCookie("token"); // }); router.beforeEach((to, from, next) => { - if(to.name != "setIdentification"){ + if(to.name == "login"){ isMurmur() } next();