<button @click="handleclick" class="back">返回</button> methods:{ handleclick(){ this.$router.back() } }