style: 修改请求键名 data 为 request

This commit is contained in:
奔跑的面条
2022-07-08 11:43:49 +08:00
parent f612b62b0a
commit 410dc4fc58
8 changed files with 16 additions and 17 deletions
+1 -3
View File
@@ -27,9 +27,7 @@ export type ConfigType = {
// 数据请求
interface requestConfig {
data: RequestConfigType,
// 暂时约定为数据存储区域(未使用)
requestData: any
request: RequestConfigType,
}
// Echarts 数据类型