测试博客提交修正

This commit is contained in:
Guarp 2025-03-08 17:00:25 +08:00
parent 9cea0c0461
commit 58eff630d7

View File

@ -241,7 +241,7 @@ const submitBlog = async () => {
swal.window('success', `提交成功, 博客id${response.blogId || '未找到blogId字段'}`);
return;
}
swal.tip('error', '提交失败, code字段不为0')
swal.window('error', '提交失败', `code字段为${response.code}; 错误信息: ${response.message}`, 'ok', '好的');
}).catch((e) => {
swal.tip('error', `错误${e.message}`)
});