This commit is contained in:
Liang Ding 2014-08-22 10:09:48 +08:00
parent a27b9b5d3a
commit efe527c1fd
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ var wide = {
}; };
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: '/save', url: '/file/save',
data: JSON.stringify(request), data: JSON.stringify(request),
dataType: "json", dataType: "json",
success: function(data) { success: function(data) {