From 054cdefd40ac8963fac897e4fe98ffc1de4e0b69 Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Wed, 17 Aug 2022 17:30:53 +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 b6c64aa..c359f3d 100644
--- a/src/api/blogArticleComment.js
+++ b/src/api/blogArticleComment.js
@@ -34,3 +34,11 @@
 		params: parameter
 	})
 }
+
+export function history(parameter) {
+	return axios({
+		url: '/outside/blogComment/history',
+		method: 'get',
+		params: parameter
+	})
+}

--
Gitblit v1.9.1