代码批量prettier格式化

This commit is contained in:
zhangdaiscott
2022-06-10 10:44:44 +08:00
parent 38db7196c7
commit 6995e5e280
741 changed files with 37384 additions and 40333 deletions

View File

@@ -20,9 +20,9 @@ export default [
timeout: 1000,
method: 'get',
response: ({ query }) => {
const { keyword,count} = query;
const { keyword, count } = query;
console.log(keyword);
return resultSuccess(demoList(keyword,count));
return resultSuccess(demoList(keyword, count));
},
},
] as MockMethod[];