feat(desc-page): add desc page demo

This commit is contained in:
vben
2020-11-17 22:28:32 +08:00
parent 0b6110a8fc
commit 7a000366b9
17 changed files with 573 additions and 44 deletions

View File

@@ -13,5 +13,8 @@ export function demoListApi(params: DemoParams) {
url: Api.DEMO_LIST,
method: 'GET',
params,
headers: {
ignoreCancelToken: true,
},
});
}