@ -109,7 +109,6 @@ router.beforeEach(async (to, from, next) => {
isLogin = true;
}
console.log(isLogin);
debugger
if (isLogin) {
if (to.path == '/login') {