chore: add some notes

This commit is contained in:
vben
2021-02-09 23:47:14 +08:00
parent 23657547ab
commit 07c18d602e
22 changed files with 113 additions and 84 deletions

View File

@@ -18,6 +18,7 @@ export default [
timeout: 4000,
method: 'get',
response: ({ query }) => {
console.log(query);
return resultSuccess(demoList);
},
},