src/components/chat/assistant/index.vue
@@ -138,7 +138,7 @@ <!-- #region ====================== 停止 ======================--> <span v-if="msg.isStopMsg && msg?.role === RoleEnum.assistant" class="text-gray-400 text-[12px]">(已停止)</span> <!-- parseContent 返回为 null --> <p v-if="!msg.content && !isTalking && !msg.isStopMsg" class="text-red-500">暂无数据</p> <p v-if="!msg.content && !isTalking && !msg.isStopMsg && msg.content?.errCode !== ErrorCode.Message" class="text-red-500">暂无数据</p> <!-- #endregion --> <!-- #endregion --> </div>