router.beforeEach((to, from, next) => {
if(to.path!='/login' && localStorage.token==undefined){
next('/login')
return
}
next()
})
qq5c322e67bf4c9 博主文章分类:VUE ©著作权
router.beforeEach((to, from, next) => {
if(to.path!='/login' && localStorage.token==undefined){
next('/login')
return
}
next()
})
【代码】vue 模拟商城 路由导航守卫。
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M