浏览代码

Update index.ts

SVDBG 2 年之前
父节点
当前提交
eebfaa1d58
共有 1 个文件被更改,包括 1 次插入1 次删除
  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