摘要:
axios是一个就promise的HTTP库,可以用在浏览器和node.js中,axios 拦截请求 使用拦截器: 在请求或响应被 then 或 catch 处理前拦截它们。 // 添加请求拦截器 axios.interceptors.request.use( function (config) { 阅读全文
摘要:
vue文件和json文件 { "window.zoomLevel": 2, "eslint.autoFixOnSave": true, "eslint.validate": [ //验证文件类型 "javascript", "vue", "ts", "tsx", { "language": "vue 阅读全文