...
|
...
|
@@ -145,7 +145,7 @@ |
|
|
//获取文章的详细信息
|
|
|
$.ajax({
|
|
|
type: "get",
|
|
|
url: contextPath + "/grassArticle/getArticleById?articleId=" + articleId,
|
|
|
url: serverContextPath + "/grassArticle/getArticleById?articleId=" + articleId,
|
|
|
success: function (data) {
|
|
|
debugger
|
|
|
if (data != null) {//成功的
|
...
|
...
|
|