From 96c8ba8c7ef31a683a953d44ee9aa961efa7afda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=88=90?= Date: Mon, 20 Oct 2025 18:45:22 +0800 Subject: [PATCH] 1 --- src/utils/http.js | 1 + 1 file changed, 1 insertion(+) 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 }