()
| 78 | * @Author: 白雾茫茫丶 |
| 79 | */ |
| 80 | export const getCustomTabs = () => (props: TabsLayoutProps) => <TabsLayout {...props} /> |
| 81 | |
| 82 | /** |
| 83 | * @description: request 配置,可以配置错误处理,它基于 axios 和 ahooks 的 useRequest 提供了一套统一的网络请求和错误处理方案。 |
nothing calls this directly
no outgoing calls
no test coverage detected