1
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user