会员
周边
捐助
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
首
管
Charonっ
首页
博问
闪存
订阅
管理
2020年9月30日
vue监听移动端物理返回
摘要: mounted() { // 如果支持 popstate (一般移动端都支持) if (window.history && window.history.pushState) { // 往历史记录里面添加一条新的当前页面的url history.pushState(null, null, docum
阅读全文
posted @ 2020-09-30 17:26 Charonっ
阅读(663)
评论(0)
推荐(0)
编辑