feat: 新增上传文件接口

This commit is contained in:
奔跑的面条
2022-05-27 20:09:48 +08:00
parent ca27e87241
commit 7a57d944c8
8 changed files with 88 additions and 45 deletions
+4 -1
View File
@@ -2,7 +2,10 @@ import { ModuleTypeEnum } from '@/enums/httpEnum'
// 接口白名单(免登录)
export const fetchAllowList = [
`${ModuleTypeEnum.SYSTEM}/login`
// 登录
`${ModuleTypeEnum.SYSTEM}/login`,
// 预览获取数据
`${ModuleTypeEnum.PROJECT}/getData`,
]
// 接口黑名单