This commit is contained in:
X1627315083
2024-01-28 15:06:12 +08:00
parent 4ac2887312
commit a7a0976e12

View File

@@ -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();
});