Appearance
일단 원인은 현재 경로로 재이동하면 이러한 에러가 나온다.
Avoided redundant navigation to current location:
그래서 문제 해결을 하려면 아래 코드로 하면된다.
this.$router.push("/admin").catch(()=>{});
https://sso-feeling.tistory.com/706