wujingjing
2025-04-07 457cc6cf166d3b6c22be4f78c1db8802a7fbb4c7
src/components/chat/smallChat/index.vue
@@ -8,7 +8,7 @@
            class="small-chat-header h-12 flex items-center justify-between px-4"
            style="border-bottom: 1px solid #e0e0e0"
         >
            <div class="text-lg font-bold py-2">WI水务智能助手</div>
            <div class="text-lg font-bold py-2">WI水务智能平台</div>
            <div class="flex items-center gap-2">
               <!-- <el-icon class="cursor-pointer text-gray-400 hover:text-gray-600">
               <Refresh />
@@ -39,7 +39,7 @@
               <!-- 欢迎语 -->
               <!-- <div class="flex flex-col items-center gap-1.5 mt-8">
                  <div class="text-lg">你好, 我是</div>
                  <div class="text-lg text-blue-500">WI水务智能助手</div>
                  <div class="text-lg text-blue-500">WI水务智能平台</div>
                  <span class="text-lg">你可以输入以下问题,进行地图操作</span>
               </div> -->
               <!-- 快捷问题 -->
@@ -546,7 +546,7 @@
   if (!last) return;
   last.content.isLoading = false;
   last.content.isError = true;
   last.content.reason = '用户终止生成';
   last.content.reason = '用户停止操作';
};
//#endregion
onMounted(() => {});