feat: refactor all pages with @sa/alova

This commit is contained in:
胡镇 2024-10-09 16:06:41 +08:00 committed by Scott Hu
parent 5cf80a457b
commit 4acdb0b48a

View File

@ -1,3 +0,0 @@
export function isJSON(contentType: string) {
return contentType.includes('application/json');
}