From 57a41194cda231d16eceb115f1345d0d7083a3e4 Mon Sep 17 00:00:00 2001 From: zhaofang <752743406@qq.com> Date: Fri, 21 Oct 2022 18:31:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E5=85=B3=E6=B3=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/phase2/stat.js | 2 +- src/components/HomePage/answerList.vue | 8 +- src/components/HomePage/articleList.vue | 8 +- src/components/HomePage/caseList.vue | 25 +- src/components/HomePage/courseList.vue | 8 +- src/components/HomePage/noteList.vue | 18 +- src/components/HomePage/putTo.vue | 8 +- src/components/Portal/authorInfo.vue | 1 + src/views/homepage/page.vue | 13 +- src/views/portal/follow/index.vue | 433 ++++++++++++++++++++++-- 10 files changed, 465 insertions(+), 59 deletions(-) diff --git a/src/api/phase2/stat.js b/src/api/phase2/stat.js index d1c927f5..94bc97e0 100644 --- a/src/api/phase2/stat.js +++ b/src/api/phase2/stat.js @@ -59,7 +59,7 @@ const userDynamicList = function(data) { } data */ const userDynamicfollows = function(data) { - return ajax.postJson(baseURL,'/xboe/m/stat/userdynamic/follows',data); + return ajax.postJson(baseURL,'/xboe/m/stat/userdynamic/follow',data); } /** diff --git a/src/components/HomePage/answerList.vue b/src/components/HomePage/answerList.vue index 667e3691..daf122d3 100644 --- a/src/components/HomePage/answerList.vue +++ b/src/components/HomePage/answerList.vue @@ -3,9 +3,9 @@