1. 怎么用vue 返回上一页呢 ! 看如下代码示例:

  <div class="caozuo-heander">
            <div> <i class="icon iconfont icon-return " @click="go"></i></div>
            <div> <span> 登录与操作记录</span></div>
      </div>

 

methods:{ 
      go:function(){
          this.$router.go(-1);//返回上一页
      } 
}

 

Logo

前往低代码交流专区

更多推荐