yangyin
2024-11-05 59876b72c58ac87a303995adccfaefdb74861422
Merge branch 'test' of http://47.103.154.90:83/r/WI/Web.V1.0 into test
已修改2个文件
10 ■■■■■ 文件已修改
src/components/chat/Chat.vue 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/utils/setIconfont.ts 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/chat/Chat.vue
@@ -49,10 +49,9 @@
                                                    :title="subItem.title"
                                                    :status="stepEnumMap[subItem.status]"
                                                >
                                                    <!-- <template #icon>
                                                    <span v-if="subItem.status === StepEnum.Loading" class="ywifont ywicon-loading animate-spin"></span>
                                                    <span v-else class="ywifont ywicon-loading1 animate-spin"></span>
                                                </template> -->
                                                    <template #icon v-if="index + 1 === item.stepList.length && isTalking">
                                                        <span class="ywifont ywicon-loading1 animate-spin !text-[24px]"></span>
                                                    </template>
                                                    <template #title>
                                                        <span class="text-sm">{{ subItem.title }}</span>
                                                    </template>
@@ -354,7 +353,6 @@
let finalCalcSectionAId = null;
const questionAi = async (text, assistantMsg: ChatMessage) => {
    // processId.value = uuidv4();
    let judgeParams = null;
    if (!preQuestion.value) {
        // const aiContent = computedMessageList.value.filter((item) => item.role === RoleEnum.assistant);
src/utils/setIconfont.ts
@@ -1,7 +1,7 @@
// 字体图标 url
const cssCdnUrlList: Array<string> = [
    './static/fonts/iconfont/iconfont.css',
    './static/fonts/ywiconfont/iconfont.css?v=23',
    './static/fonts/ywiconfont/iconfont.css?v=223',
    './static/fonts/fontawesome/fontawesome.min.css',
];