
正文
h5 返回上一页面方法
提示:扫一扫查出行【扫一扫了解最新限行尾号】
复制提示
//以下方法仅供参考
1、返回上一页,不刷新history.htmlwindow.history.go(-1); javascript:window.history.go(-1)2、返回上一页并刷新页面avascript:location.replace(this.href);event.returnValue=false;3、返回上一页并刷新
self.location=document.referrer4、返回上一页面刷新的是自己javascript:document.parentWindow.location.reload();
vue 返回上一层的方法,
vue是但页面开发,没有上一层
this.$router.go(-1)






