1、在项目首页路由因需要进行传参数,例如需要重定向到:path: "/index?from=0" 2、重定向时写法如下: redirect: {path: '/index',query: {from: '0'}} 相关文章: