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