摘要: 需求背景:项目中需要做一个返回确认,避免用户误触返回键而退出当前页面。 原理:利用history和浏览器刷新popstate状态 实现: 1、在mounted() 阶段判断并添加popstate事件监听,History.pushState()(参数:一个状态对象,一个标题(现在被忽略了),以及一个可 阅读全文
posted @ 2019-06-30 23:43 pwy 阅读(4668) 评论(1) 推荐(0) 编辑
摘要: 一、nginx安装 ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" brew install nginx // 安装nginx nginx -v // 显示版本号 打开 阅读全文
posted @ 2019-06-30 23:05 pwy 阅读(2587) 评论(0) 推荐(0) 编辑