소스 검색

训练日志空

CzRger 2 달 전
부모
커밋
0bd2d9e686
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      web/service/common.ts

+ 2 - 2
web/service/common.ts

@@ -454,10 +454,10 @@ export const fetchLog = ({ url, params }: any) => {
         })
         })
       }
       }
       resolve({
       resolve({
-        data: arr,
+        data: [],
         has_more: false,
         has_more: false,
         limit: 10,
         limit: 10,
-        total: 100,
+        total: 0,
         page: 1,
         page: 1,
       })
       })
     }, 1000)
     }, 1000)