上传解除样式修改

This commit is contained in:
“wanyongkang”
2024-03-11 11:20:49 +08:00
parent adec2b9fe4
commit 8bc53b737c
2 changed files with 13 additions and 6 deletions

View File

@@ -58,7 +58,7 @@
$.ajax({
type: 'POST',
url: 'http://juip.wyk/tencent/index/upload',
url: 'http://php-api.juip.com/tencent/index/upload',
dataType: "json",
async:false,
contentType:false,//如果请求参数是FormData 必须设置 contentType请求头为false