From a7a49407b128226e79070e4a413d6667669fa7c8 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期四, 08 八月 2024 15:24:20 +0800 Subject: [PATCH] 图片位置修改 --- src/components/chat/model/types.ts | 4 ++-- customer_list/ch/static/images/role/user.svg | 0 customer_list/ch/static/images/role/assistant.jpg | 0 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/chat/images/assistant.jpg b/customer_list/ch/static/images/role/assistant.jpg similarity index 100% rename from src/components/chat/images/assistant.jpg rename to customer_list/ch/static/images/role/assistant.jpg Binary files differ diff --git a/src/components/chat/images/user.svg b/customer_list/ch/static/images/role/user.svg similarity index 100% rename from src/components/chat/images/user.svg rename to customer_list/ch/static/images/role/user.svg diff --git a/src/components/chat/model/types.ts b/src/components/chat/model/types.ts index 83ea50f..b03a889 100644 --- a/src/components/chat/model/types.ts +++ b/src/components/chat/model/types.ts @@ -3,8 +3,8 @@ import knowledgeCom from '../chatComponents/knowledgeCom/KnowledgeCom.vue'; import SummaryCom from '../chatComponents/summaryCom/SummaryCom.vue'; -import assistantPic from '../images/assistant.jpg'; -import userPic from '../images/user.svg'; +import assistantPic from '/static/images/role/assistant.jpg'; +import userPic from '/static/images/role/user.svg'; export const enum AnswerType { Knowledge = 'knowledge', RecordSet = 'recordset', -- Gitblit v1.9.3