wujingjing
2025-01-08 79c07874c48b4fc2c5ea3bf74842620dbc45df23
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>