Authored by 张帅

fix

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