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

This commit is contained in:
Captain.B 2021-04-08 14:48:16 +08:00 committed by 刘瑞斌
parent a98ee20ab8
commit f3b63b13b3
1 changed files with 1 additions and 1 deletions

View File

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