02 2019 档案

摘要:原文地址:https://blog.csdn.net/itzhongzi/article/details/73949712 阅读全文
posted @ 2019-02-22 16:44 LLLLily 阅读(145) 评论(0) 推荐(0)
摘要:根据友盟官方提示在index.html的body标签末尾加入相关代码后: 后来发现,由于项目为单页面应用,在路由发生跳转时(到其他页面了),并不会重新将新页面加入统计中。需要在App.vue页面中,监听路由,当路由发生变化时,将新页面加入统计中。在App.vue中加入以下代码: 阅读全文
posted @ 2019-02-18 14:34 LLLLily 阅读(1167) 评论(0) 推荐(0)
摘要:但是这样会出现一个问题,什么问题呢? 我设置了请求头编码utf-8,但是没生效 content-type里面没有出现utf-8???????查了很多资料,说这是axios固有的bug,我.......... 后来怎么解决的呢? 参考:https://github.com/axios/axios/is 阅读全文
posted @ 2019-02-15 11:35 LLLLily 阅读(759) 评论(0) 推荐(0)
摘要:传送门:https://blog.csdn.net/wx11408115/article/details/78023466 阅读全文
posted @ 2019-02-03 13:18 LLLLily 阅读(244) 评论(0) 推荐(0)