mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-11-29 18:48:13 +08:00
fix(测试跟踪): 修复undefined后面的分号导致不能编译的问题
This commit is contained in:
parent
722b6d123e
commit
611aa96b81
@ -517,7 +517,7 @@ export default {
|
||||
url: url,
|
||||
data: formData,
|
||||
headers: {
|
||||
'Content-Type': undefined;
|
||||
'Content-Type': undefined
|
||||
}
|
||||
};
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user