摘要: 1、在项目首页路由因需要进行传参数,例如需要重定向到:path: "/index?from=0" 2、重定向时写法如下: redirect: {path: '/index',query: {from: '0'}} 阅读全文
posted @ 2018-12-27 18:24 庙小妖 阅读(3817) 评论(0) 推荐(0) 编辑