兰宝车间质量管理系统-前端
疯狂的狮子Li
2024-05-17 4ee46819c1a86e0ede3da7066f7b0e610c893c3f
src/types/axios.d.ts
@@ -1,10 +1,9 @@
import axios from 'axios';
export {};
declare module 'axios' {
   export interface AxiosResponse<T = any> {
      code: number;
      msg: string;
      rows: T;
      total: number;
   }
  interface AxiosResponse<T = any> {
    code: number;
    msg: string;
    rows: T;
    total: number;
  }
}