Quellcode durchsuchen

Update index.ts

SVDBG vor 2 Jahren
Ursprung
Commit
eebfaa1d58
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/api/login/index.ts

+ 1 - 1
src/api/login/index.ts

@@ -15,7 +15,7 @@ export const loginOutApi = (): Promise<IResponse> => {
 
 export const getUserListApi = ({ params }: AxiosConfig) => {
   return request.get<{
-    code: ''
+    code: string
     data: {
       list: UserType[]
       total: number