eosgetdice12 5 rokov pred
rodič
commit
554c4111d5
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      _src/api/http.js

+ 1 - 1
_src/api/http.js

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