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