修复提交博客评论未进行人机验证检验的bug
This commit is contained in:
@@ -65,6 +65,7 @@ const submitComment = async () => {
|
||||
ElMessage.info('正在提交,请稍后')
|
||||
try {
|
||||
let commentRes = await request.post('blogComment', {
|
||||
session: localStorage.getItem('captcha-session'),
|
||||
bloguuid: bloguuid,
|
||||
content: inputComment.value.trim(),
|
||||
name: inputCommentName.trim() == '' ? '匿名' : inputCommentName.trim()
|
||||
|
||||
Reference in New Issue
Block a user