mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 05:50:18 +08:00
refactor(projects): 精简版+动态路由权限初步
This commit is contained in:
6
src/enum/common/service.ts
Normal file
6
src/enum/common/service.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
/** http请求头的content-type类型 */
|
||||
export enum ContentType {
|
||||
json = 'application/json',
|
||||
formUrlencoded = 'application/x-www-form-urlencoded',
|
||||
formData = 'multipart/form-data'
|
||||
}
|
||||
Reference in New Issue
Block a user