UNPKG

lighty-admin-vite

Version:

基于 Vue3、TypeScript、Element Plus、Pinia 和 Vite 等主流技术.

7 lines (6 loc) 141 B
/** 所有 api 接口的响应数据都应该准守该格式 */ interface IApiResponseData<T> { code: number data: T message: string }