8c4f:2181 RangeError: Maximum call stack size exceeded’
跳转路由时加了一个导航守卫验证是否存在token,没有则跳转登录页面错误提示:RangeError:Maximumcallstacksizeexceeded错误代码://是否带有token值,有的话正常跳转,没有的话就跳转login页面router.beforeEach((to,from,next)=>{if(!window.sessionStorage.getItem('mytoken'))re