This commit is contained in:
2025-02-22 14:32:38 +08:00
parent d469b83888
commit e667c77cb7
2 changed files with 2 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ const request = config => {
header: config.header,
dataType: 'json'
}).then(response => {
console.log('url', storageBaseUrl + config.url);
let [error, res] = response
if (error) {
console.log('config', config);