@@ -36,7 +36,7 @@ ax.interceptors.request.use(
return handleConfig(config)
}
} else {
- return config
+ return handleConfig(config)
},
error => {