fix:对话时只提供最近6条记录

This commit is contained in:
Gsh
2025-07-02 00:11:43 +08:00
parent b020f48325
commit 1200d02fbf
2 changed files with 14 additions and 3 deletions

View File

@@ -120,6 +120,7 @@ function jwtPlugin(): {
if (error.status === 403) {
// 弹窗提示
ElMessage.error('业务错误,请稍后再试');
console.error('Fetch error:', error);
}
},
};