UNPKG
@zibu/common
Version:
latest (1.7.1)
1.7.1
1.7.0
1.6.0
1.5.11
1.5.10
1.5.9
1.5.8
1.5.7
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.2
1.4.1
1.4.0
1.3.9
1.3.8
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
通用逻辑功能模块。包含AjaxService、clone、cookie、dataFormat、queryString、clipboard
gitlab.com/zibu/common
@zibu/common
/
src
/
Enum.js
8 lines
(6 loc)
•
163 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
const
ContentType
= {
JSON
:
'application/json'
,
FORM
:
'application/x-www-form-urlencoded'
,
FORMDATA
:
'multipart/form-data'
};
export
{
ContentType
};