Showing
1 changed file
with
2 additions
and
2 deletions
@@ -351,7 +351,7 @@ $(document).on('click', '.info-syncToGrass', function () { | @@ -351,7 +351,7 @@ $(document).on('click', '.info-syncToGrass', function () { | ||
351 | var item = g.rows[$(this).data("index")]; | 351 | var item = g.rows[$(this).data("index")]; |
352 | 352 | ||
353 | common.util.__ajax({ | 353 | common.util.__ajax({ |
354 | - url: '/guang/article/operation', | 354 | + url: '/guang/article/syncArticleToGrass', |
355 | data: { | 355 | data: { |
356 | id: item.id | 356 | id: item.id |
357 | } | 357 | } |
@@ -371,7 +371,7 @@ $(document).on('click', '.info-toHomePage', function () { | @@ -371,7 +371,7 @@ $(document).on('click', '.info-toHomePage', function () { | ||
371 | var item = g.rows[$(this).data("index")]; | 371 | var item = g.rows[$(this).data("index")]; |
372 | 372 | ||
373 | common.util.__ajax({ | 373 | common.util.__ajax({ |
374 | - url: '/guang/article/syncArticleToGrass', | 374 | + url: '/guang/article/operation', |
375 | data: { | 375 | data: { |
376 | id: item.id, | 376 | id: item.id, |
377 | isToHomePage: 1 | 377 | isToHomePage: 1 |
-
Please register or login to post a comment