c2e02cec by yangjianbin

init

1 parent d94b66fd
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
54 var data = $("#web_add").serializeJson(); 54 var data = $("#web_add").serializeJson();
55 55
56 $.ajax({ 56 $.ajax({
57 type:'post', 57 type:'put',
58 url:apiBaseUrl + targetUrl, 58 url:apiBaseUrl + targetUrl,
59 cache: false, 59 cache: false,
60 data:JSON.stringify(data), 60 data:JSON.stringify(data),
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!