From c6793e5475b607e83cbb55b7d0ddfb9b81bd7774 Mon Sep 17 00:00:00 2001 From: inleft <inleft@qq.com> Date: Thu, 25 Aug 2022 04:09:06 +0800 Subject: [PATCH] 日志内容详情页多媒体适配 markdown 内图片增加viewer相应 --- src/api/blogArticleComment.js | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/src/api/blogArticleComment.js b/src/api/blogArticleComment.js index 7930b70..c359f3d 100644 --- a/src/api/blogArticleComment.js +++ b/src/api/blogArticleComment.js @@ -26,3 +26,19 @@ params: parameter }) } + +export function queryBlogCommentSubList(parameter) { + return axios({ + url: '/outside/blogComment/queryBlogCommentSubList', + method: 'get', + params: parameter + }) +} + +export function history(parameter) { + return axios({ + url: '/outside/blogComment/history', + method: 'get', + params: parameter + }) +} -- Gitblit v1.9.1