公告板
版本库
filestore
活动
搜索
登录
戚荣
/
dujy-ui
都江堰后台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
删除判断
龚焕茏
2024-03-13
4e53e13c41c87e46dce5fdd938684c5c665ca51f
[~qirong/dujy-ui.git]
/
src
/
types
/
axios.d.ts
1
2
3
4
5
6
7
8
9
10
import axios from 'axios';
declare module 'axios' {
export interface AxiosResponse<T = any> {
code: number;
msg: string;
rows: T;
total: number;
}
}