@@ -228,7 +228,7 @@ export default {
data: {...this.form,scriptUpdate:true},
withCredentials: true,
headers: {
- 'Content-type': 'multipart/form-data',
+ 'Content-type': 'application/json',
},
}).then((res) => {
if (res.code === 200) {