This commit is contained in:
asd
2019-12-09 10:56:31 +08:00
parent 630e5cd715
commit 39ea28e28b

View File

@@ -218,3 +218,6 @@ router.beforeEach((to,from,next)=>{
to:即将进入的页面信息 to:即将进入的页面信息
from 当前正要离开的页面信息 from 当前正要离开的页面信息
next 进行管道中的下一个钩子
如果是 next(false),