mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
style: 修改请求键名 data 为 request
This commit is contained in:
Vendored
+1
-3
@@ -27,9 +27,7 @@ export type ConfigType = {
|
||||
|
||||
// 数据请求
|
||||
interface requestConfig {
|
||||
data: RequestConfigType,
|
||||
// 暂时约定为数据存储区域(未使用)
|
||||
requestData: any
|
||||
request: RequestConfigType,
|
||||
}
|
||||
|
||||
// Echarts 数据类型
|
||||
|
||||
Reference in New Issue
Block a user