zhaoxiaoqiang
2021-09-01 cd384b5b498cefb6ec2a7645fe7da39397b07166
src/api/config.js
@@ -123,7 +123,6 @@
        'Content-Type': 'application/json; charset=UTF-8'
    }
})
console.log($http.interceptors)
// 添加请求拦截器
$http.interceptors.request.use(config => {
    if(typeof config.data ==='undefined'){