仪表盘
版本库
文件存储
活动
搜索
登录
main
/
lbqms-ui
兰宝车间质量管理系统-前端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
chore: 锁定vue-json-pretty版本
dap
2024-11-14
cdbbca43c4466d36e9cef08b81cb0fe689c6da25
[lbqms-ui.git]
/
src
/
types
/
axios.d.ts
1
2
3
4
5
6
7
8
9
export {};
declare module 'axios' {
interface AxiosResponse<T = any> {
code: number;
msg: string;
rows: T;
total: number;
}
}