摘要: this.$router.push : 跳转到指定URL,向history栈添加一个新的记录,点击后退会返回至上一个页面 使用: this.$router.push('/index') this.$router.push({path:'/index'}) this.$router.push({pat 阅读全文
posted @ 2020-08-06 14:00 张小中 阅读(296) 评论(0) 推荐(0)