|
|
@@ -11,6 +11,7 @@ Ext.define('saas.util.BaseUtil', {
|
|
|
method = config.method || 'GET',
|
|
|
timeout = config.timeout || 8000,
|
|
|
defaultHeaders = {
|
|
|
+ 'Authorization': ' ',
|
|
|
'Access-Control-Allow-Origin': '*',
|
|
|
"Content-Type": 'application/json;charset=UTF-8'
|
|
|
};
|