兰宝车间质量管理系统-前端
ahao
2023-09-02 93fb212e0c0d5e8f2a78ae360e2126dc5c7d8698
src/types/axios.d.ts
@@ -1,10 +1,10 @@
import axios from 'axios';
declare module 'axios' {
   export interface AxiosResponse<T = any> {
      code: number;
      msg: string;
      rows: T;
      total: number;
   }
  export interface AxiosResponse<T = any> {
    code: number;
    msg: string;
    rows: T;
    total: number;
  }
}