types: delete useless types
This commit is contained in:
@@ -3,5 +3,5 @@ import { useAxios } from '@/hooks/web/useAxios'
|
||||
const { request } = useAxios()
|
||||
|
||||
export const getCountApi = () => {
|
||||
return request({ url: '/analysis/total', method: 'get' } as AxiosConfig)
|
||||
return request({ url: '/analysis/total', method: 'get' })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user