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)
原文地址:https://www.cnblogs.com/ralapgao/p/9831616.html