refactor(projects): 请求函数重构初步

This commit is contained in:
Soybean
2021-11-22 00:14:12 +08:00
parent e44f5d72a2
commit 9f64321d73
15 changed files with 185 additions and 165 deletions

View File

@ -0,0 +1 @@
export function handleResponse() {}

View File

@ -0,0 +1 @@
export * from './auth';