logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

vue刷新当前页面重新传递参数

vue刷新当前页面重新传递参数在vue中碰到了需要刷新当前页面并传递重新params参数的需求。我们可以进入空白页再在空白页跳转回到上一个页面实现需求首先在空白页写上路由守卫beforeRouteEnter,在beforeRouteEnter中获取到上一个路由,直接跳转回去//空白页面export default {beforeRouteEnter(to, from, next) {next((x

到底了