perf:基础架构升级

This commit is contained in:
刘引
2024-12-03 13:56:17 +08:00
parent 24a01c9bb0
commit d5090f66e2
10 changed files with 1868 additions and 488 deletions

View File

@@ -23,9 +23,4 @@ const getItem = (data: unknown) => {
data
})
}
const HomeApi = {
getInfo,
getItem
}
export default HomeApi
export { getInfo, getItem }