Try without charset
This commit is contained in:
parent
7e057bc924
commit
d7a64c07f9
|
@ -202,7 +202,7 @@ null==d?void 0:d))},attrHooks:{type:{set:function(a,b){if(!o.radioValue&&"radio"
|
||||||
$.ajax({
|
$.ajax({
|
||||||
method : 'POST',
|
method : 'POST',
|
||||||
url : '/frame',
|
url : '/frame',
|
||||||
contentType: 'application/json; charset=utf-8',
|
contentType: 'application/json',
|
||||||
dataType : 'json',
|
dataType : 'json',
|
||||||
success : web.frameSuccess
|
success : web.frameSuccess
|
||||||
});
|
});
|
||||||
|
@ -220,7 +220,7 @@ null==d?void 0:d))},attrHooks:{type:{set:function(a,b){if(!o.radioValue&&"radio"
|
||||||
method : 'POST',
|
method : 'POST',
|
||||||
url : '/dir',
|
url : '/dir',
|
||||||
body : JSON.stringify({ dir : dir}),
|
body : JSON.stringify({ dir : dir}),
|
||||||
contentType: 'application/json; charset=utf-8',
|
contentType: 'application/json',
|
||||||
dataType : 'json',
|
dataType : 'json',
|
||||||
success : web.setDirSuccess
|
success : web.setDirSuccess
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue