fix(测试跟踪): 修复undefined后面的分号导致不能编译的问题

This commit is contained in:
Captain.B 2021-04-08 14:48:16 +08:00 committed by 刘瑞斌
parent 722b6d123e
commit 611aa96b81

View File

@ -517,7 +517,7 @@ export default {
url: url,
data: formData,
headers: {
'Content-Type': undefined;
'Content-Type': undefined
}
};
},