fix
This commit is contained in:
@@ -28,7 +28,9 @@ let token = getCookie("token");
|
||||
|
||||
router.beforeEach((to, from, next) => {
|
||||
if(to.name == "login"){
|
||||
isMurmur()
|
||||
if(window.location.search.substring(1) != 'oldHis'){
|
||||
isMurmur()
|
||||
}
|
||||
}
|
||||
next();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user