402b17d3 by yangjianbin

init

1 parent d4749c13
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
59 iDisplayLength: 6, 59 iDisplayLength: 6,
60 bLengthChange: false, 60 bLengthChange: false,
61 ajax: { 61 ajax: {
62 url: apiBaseUrl + '/order/into/getAllApplyOrder', 62 url: apiBaseUrl + 'application/tool/webSites',
63 dataFilter: function (json) { 63 dataFilter: function (json) {
64 var ret = {}, json = jQuery.parseJSON(json); 64 var ret = {}, json = jQuery.parseJSON(json);
65 ret.data = json.data || []; 65 ret.data = json.data || [];
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!