fix(测试跟踪): 修复undefined后面的分号导致不能编译的问题
This commit is contained in:
parent
a98ee20ab8
commit
f3b63b13b3
|
@ -517,7 +517,7 @@ export default {
|
|||
url: url,
|
||||
data: formData,
|
||||
headers: {
|
||||
'Content-Type': undefined;
|
||||
'Content-Type': undefined
|
||||
}
|
||||
};
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue