zhaoxiaoqiang
2021-11-07 c0457bf3334ca6d7b2db01fa1d6739b48ed3535c
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'){