组件内路由守卫作用对路由进行权限控制 使用方法123456// 进入守卫:通过路由规则,进入该组件时被调用beforeRouteEnter (to, from, next){},// 离开守卫:通过路由规则,离开该组件时被调用beforeRouteLeave (to, from, next){},