<span @click="clickFn">点我</span>
methods:{
clickFn:function(){
this.$router.go('/login');//其中login是你定义的一个路由模块
}
<span @click="clickFn">点我</span>
methods:{
clickFn:function(){
this.$router.go('/login');//其中login是你定义的一个路由模块
}