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

View File

@@ -28,8 +28,10 @@ let token = getCookie("token");
router.beforeEach((to, from, next) => { router.beforeEach((to, from, next) => {
if(to.name == "login"){ if(to.name == "login"){
if(window.location.search.substring(1) != 'oldHis'){
isMurmur() isMurmur()
} }
}
next(); next();
}); });
async function isMurmur() { async function isMurmur() {