types: delete useless types
This commit is contained in:
parent
8755c862b8
commit
3fc79c0ae7
|
@ -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' })
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue