diff --git a/src/main.ts b/src/main.ts index d0877069..fdc18ede 100644 --- a/src/main.ts +++ b/src/main.ts @@ -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(); });