@ -8,7 +8,6 @@ const service = axios.create({
});
service.interceptors.request.use(config => {
console.log(config);
return config;
}, error => {