🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
``` // this.$router.push({path:'news'}) // this.$router.push({path:'detail/493'}) // 命名路由 // this.$router.push({name:'detail',params:{aid:494}}) // 带查询参数 this.$router.push({path:'pdetail',query:{aid:1}}) ```