This commit is contained in:
张成
2025-10-20 18:45:22 +08:00
parent db46666bd4
commit 96c8ba8c7e

View File

@@ -10,6 +10,7 @@ class Http {
}
init(config, store) {
console.log('config', config)
this.config = { timeout: 300000, ...config }
this.store = store
}