mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
build(projects): 依赖升级,规范目录
This commit is contained in:
0
src/enum/business.ts
Normal file
0
src/enum/business.ts
Normal file
6
src/enum/common.ts
Normal file
6
src/enum/common.ts
Normal file
@ -0,0 +1,6 @@
|
||||
/** 请求头的content-type类型 */
|
||||
export enum ContentType {
|
||||
json = 'application/json',
|
||||
formUrlencoded = 'application/x-www-form-urlencoded',
|
||||
formData = 'multipart/form-data'
|
||||
}
|
1
src/enum/index.ts
Normal file
1
src/enum/index.ts
Normal file
@ -0,0 +1 @@
|
||||
export { ContentType } from './common';
|
Reference in New Issue
Block a user