公告板
版本库
filestore
活动
搜索
登录
戚荣
/
dujy-ui
都江堰后台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
地图管理
龚焕茏
2024-03-07
8cffe3b961224f59d8b6a8fc59d8cae1c6d9de2f
[~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;
}
}