You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
641 B
TypeScript

/**
*
*/
export const SUCCESS_CODE = 0
/**
* contentType
*/
export const CONTENT_TYPE: AxiosContentType = 'application/json'
/**
*
*/
export const REQUEST_TIMEOUT = 60000
/**
*
*/
export const NO_REDIRECT_WHITE_LIST = ['/login']
/**
*
*/
export const NO_RESET_WHITE_LIST = ['Redirect', 'Login', 'NoFind', 'Root']
/**
*
*/
export const DEFAULT_FILTER_COLUMN = ['expand', 'selection']
/**
* headers->content-type
*/
export const TRANSFORM_REQUEST_DATA = true