feat(Breadcrumbe): Add Breadcrumb component
style: change function to arrow function
This commit is contained in:
@@ -9,3 +9,7 @@ export const loginApi = (data: UserLoginType) => {
|
||||
UserLoginType
|
||||
>)
|
||||
}
|
||||
|
||||
export const loginOutApi = () => {
|
||||
return request({ url: '/user/loginOut', method: 'get' })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user