理解 vue-router的beforeEach无限循环的问题
https://segmentfault.com/a/1190000011042794
next('/')会再次调用router.beforeEach(),出现无限循环。最终,出现Error: Out of stack space或者maximum call stack size exceeded
最后修改的代码:
若理解有误,请指正~
理解 vue-router的beforeEach无限循环的问题
https://segmentfault.com/a/1190000011042794
next('/')会再次调用router.beforeEach(),出现无限循环。最终,出现Error: Out of stack space或者maximum call stack size exceeded
最后修改的代码:
若理解有误,请指正~