标签:router ima 转发 div 无法 else dir route ack
//前面已定以404组件,这里作转发 let router404 = { path:‘*‘, redirect:‘/404‘, hidden:true }
if(to.matched.length !== 0 ){ next() //如果匹配到跳转下一页 }else{ //没有匹配到的话,跳转404 next({path:‘/404‘}) }
使用router.push的name属性调转时无法匹配404页面
标签:router ima 转发 div 无法 else dir route ack
原文地址:https://www.cnblogs.com/zhanghongke/p/12655376.html