...
|
...
|
@@ -107,7 +107,7 @@ |
|
|
width: 171,
|
|
|
height: 120,
|
|
|
realInputName: "topicImageUrl",
|
|
|
url: serverContextPath + '/fileupload/uploadFile',
|
|
|
url: serverContextPath + '/fileupload/upload',
|
|
|
queryParams: {
|
|
|
bucket: "grassImg"
|
|
|
},
|
...
|
...
|
@@ -126,7 +126,7 @@ |
|
|
$.messager.alert("错误", data.message);
|
|
|
return "";
|
|
|
}
|
|
|
return data.data.url;
|
|
|
return data.data;
|
|
|
},
|
|
|
onLoadSuccess: function (data) {
|
|
|
$.messager.progress("close");
|
...
|
...
|
|