Browse Source

types: delete useless types

kailong321200875 3 years ago
parent
commit
3fc79c0ae7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/dashboard/analysis/index.ts

+ 1 - 1
src/api/dashboard/analysis/index.ts

@@ -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' })
 }