Commit 3280896c authored by liaoxingda's avatar liaoxingda

bug修复

parent 8e5dc3fd
################################################################################
# 此 .gitignore 文件已由 Microsoft(R) Visual Studio 自动创建。
################################################################################
/dsk-srm-server/.vs
......@@ -58,7 +58,10 @@ export const getCategoryList = (data) => network({
export const uploadFile = (data) => network({
url: "/file/uploadFile",
method: "post",
data
data,
headers: {
'Content-Type': 'multipart/form-data'
},
});
export const register = (data) => network({
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment