摘要: import axios from 'axios' import qs from 'qs' // 请求拦截 axios.interceptors.request.use(config => { // 此处可以封装一些加载状态 return config }, error => { return Pr 阅读全文
posted @ 2020-09-27 08:44 郑正正 阅读(253) 评论(0) 推荐(0) 编辑
摘要: 1.识别ie浏览器 export const isIe = () => { let explorer = window.navigator.userAgent; //判断是否为IE浏览器 if (explorer.indexOf("MSIE") >= 0) { return true; }else 阅读全文
posted @ 2020-09-27 08:42 郑正正 阅读(749) 评论(0) 推荐(0) 编辑
Live2D