From 4ff1c408dc1acfc49e0adc61dc2e539c0c198158 Mon Sep 17 00:00:00 2001
From: vben <anncwb@126.com>
Date: 星期五, 25 十二月 2020 01:09:44 +0800
Subject: [PATCH] wip(form): perf form

---
 src/utils/http/axios/types.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/utils/http/axios/types.ts b/src/utils/http/axios/types.ts
index 90b1619..b151ed5 100644
--- a/src/utils/http/axios/types.ts
+++ b/src/utils/http/axios/types.ts
@@ -35,7 +35,7 @@
 // multipart/form-data锛氫笂浼犳枃浠�
 export interface UploadFileParams {
   // 鍏朵粬鍙傛暟
-  data?: { [key: string]: any };
+  data?: Indexable;
   // 鏂囦欢鍙傛暟鐨勬帴鍙e瓧娈靛悕
   name?: string;
   // 鏂囦欢

--
Gitblit v1.8.0