09 2018 档案

摘要:<!DOCTYPE html><html><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>js全屏和退出全屏代码</title><body><!-- requestFullScreen(docum 阅读全文
posted @ 2018-09-23 10:09 前端开发-周先生 阅读(776) 评论(0) 推荐(0)
摘要:1)比较关键的地方是要在 scroller 组件上里加一个 ref 属性 <scroller :lockX="true" height="-170" :pulldown-config="{downContent: '下拉刷新', upContent: '释放后更新'}" :pullup-config 阅读全文
posted @ 2018-09-14 11:08 前端开发-周先生 阅读(1460) 评论(0) 推荐(0)
摘要:1.Actionsheet 2.Alert 3.badge 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. 23. 24. 25. 26. 27. 28. 29. 30. 31. 32. 33. 34. 35 阅读全文
posted @ 2018-09-13 14:36 前端开发-周先生 阅读(1198) 评论(0) 推荐(0)
摘要:vue+axios 前端实现登录拦截(路由拦截、http拦截) 一、路由拦截 登录拦截逻辑 第一步:路由拦截 首先在定义路由的时候就需要多添加一个自定义字段requireAuth,用于判断该路由的访问是否需要登录。如果用户已经登录,则顺利进入路由, 否则就进入登录页面。 1 2 3 4 5 6 7 阅读全文
posted @ 2018-09-10 09:22 前端开发-周先生 阅读(214) 评论(0) 推荐(0)
摘要:1 2 3 4 5 6 7 Document 16 27 28 29 30 211 212 阅读全文
posted @ 2018-09-03 10:43 前端开发-周先生 阅读(1723) 评论(0) 推荐(0)