//
axios.interceptors.request.use(function (config){
if (){
}
//
return config;
}, function (error){
//
return Promise.reject(error);
});
if (condition) {
}
how should this paragraph be written in order to jump out of the current interceptor and deal with it only when the conditions do not meet