vue返回上一页面若是没有上一页面返回首页

methods: { back(){ if (window.history.length <= 1) { this.$router.push({path:'/'}) return false } else { this.$router.go
相关文章
相关标签/搜索