h5 返回上一页面方法


//以下方法仅供参考

1、返回上一页,不刷新history.html window.history.go(-1);  javascript:window.history.go(-1) 2、返回上一页并刷新页面 avascript:location.replace(this.href);event.returnValue=false; 3、返回上一页并刷新 self.location=document.referrer 4、返回上一页面刷新的是自己 javascript:document.parentWindow.location.reload();

vue 返回上一层的方法,

vue是但页面开发,没有上一层

this.$router.go(-1)

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM