From a8d52f74ad897806afe82a605cbf80323934f722 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=88=90?= Date: Mon, 20 Oct 2025 18:50:01 +0800 Subject: [PATCH] 1 --- src/utils/http.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: {},