diff --git a/src/utils/http.js b/src/utils/http.js index ad59a35..d87fe87 100644 --- a/src/utils/http.js +++ b/src/utils/http.js @@ -10,7 +10,7 @@ class Http { } init(config, store) { - console.log('config', config) + this.config = { timeout: 300000, ...config } this.store = store } @@ -24,6 +24,8 @@ class Http { } getHttpInstance(config) { + + console.log('getHttpInstance', this.baseUrl()) let defaultConfig = { timeout: this.config.timeout, headers: {},