fix
This commit is contained in:
@@ -27,7 +27,7 @@ let token = getCookie("token");
|
||||
// });
|
||||
|
||||
router.beforeEach((to, from, next) => {
|
||||
if(to.name != "setIdentification"){
|
||||
if(to.name == "login"){
|
||||
isMurmur()
|
||||
}
|
||||
next();
|
||||
|
||||
Reference in New Issue
Block a user