09 2018 档案
摘要:```
watch: { "$route"(){ if (/iPhone|mac|iPod|iPad/i.test(navigator.userAgent)) { location.href = 'localhost:8081/mob/#' + this.$route.path } }, },
```
阅读全文
摘要:原文地址: https://blog.csdn.net/u010377383/article/details/79838562 前言 为了提升移动端click的响应速度,使用了fastclick.js这么一个库。 这个库导致这个可编辑的div被点击无法轻松的唤起输入法。 长按才能成功。div的一个c
阅读全文
摘要:服务器改了密码,试过密码多次后出现: 可以通过ssh v查看连接时详情 最后找打解决方法: 追加: 重启ssh就ok了
阅读全文
摘要:```
x-webkit-airplay="true",x5-playsinline="true",webkit-playsinline="true",playsinline="true"
```
阅读全文