From e33959d3ca88b9fae5f6fe1048c8a1f7751e6f21 Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Wed, 02 Mar 2022 01:36:00 +0800
Subject: [PATCH] 完成评论页

---
 src/api/blogArticleComment.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/api/blogArticleComment.js b/src/api/blogArticleComment.js
index 7930b70..b6c64aa 100644
--- a/src/api/blogArticleComment.js
+++ b/src/api/blogArticleComment.js
@@ -26,3 +26,11 @@
 		params: parameter
 	})
 }
+
+export function queryBlogCommentSubList(parameter) {
+	return axios({
+		url: '/outside/blogComment/queryBlogCommentSubList',
+		method: 'get',
+		params: parameter
+	})
+}

--
Gitblit v1.9.1