build(projects): 依赖升级

This commit is contained in:
Soybean
2021-08-26 14:09:31 +08:00
parent f1649de6d4
commit d00bb2286e
10 changed files with 475 additions and 241 deletions

View File

@ -1,8 +1,2 @@
/** 请求超时时间 */
export const REQUEST_TIMEOUT = 15 * 1000;
/** 请求头的content-type类型 */
export enum ContentType {
json = 'application/json',
formUrlEncoded = 'application/x-www-form-urlencoded'
}