src/types/global.d.ts @@ -33,7 +33,7 @@ * 响应数据 */ interface ResponseData<T = any> { code: string; code: number | string; data: T; msg: string; }