Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
R
risk-monitor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
2
合并请求
2
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
蔡建
risk-monitor
Commits
127f1821
提交
127f1821
authored
12月 25, 2025
作者:
huhuiqing
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'master' of
http://8.140.26.4:10003/caijian/risk-monitor
into dev_hhq
上级
a2f6b7d9
a6dd260f
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
13 行增加
和
10 行删除
+13
-10
index.vue
src/views/comprehensiveSearch/chat/index.vue
+13
-10
没有找到文件。
src/views/comprehensiveSearch/chat/index.vue
浏览文件 @
127f1821
...
@@ -72,7 +72,7 @@
...
@@ -72,7 +72,7 @@
<div
v-else
class=
"user-item"
>
<div
v-else
class=
"user-item"
>
<div
class=
"user-bubble"
>
<div
class=
"user-bubble"
>
<!--
<div
class=
"user-content"
>
{{
message
.
content
}}
</div>
-->
<!--
<div
class=
"user-content"
>
{{
message
.
content
}}
</div>
-->
<div
class=
"user-content"
v-html=
"renderMarkdown(message.content)"
>
</div>
<div
class=
"user-content"
>
{{
message
.
content
}}
</div>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -175,14 +175,17 @@ const loadingDotIndex = ref(0);
...
@@ -175,14 +175,17 @@ const loadingDotIndex = ref(0);
// 消息数据
// 消息数据
const
messages
=
ref
([
const
messages
=
ref
([
// {
{
// type: "user",
type
:
"user"
,
// content: "你好"
content
:
"你好"
// },
},
// {
{
// type: "ai",
type
:
"ai"
,
// content: "您好!我是AI助手,有什么可以帮助您的吗?"
source
:
[
// }
`完整检索实体名单: \n\n 中国科学院空天信息创新研究院\n\n北京复旦微电子技术有限公司\n\n北京天宜源生物科技有限公司\n\n北京擎科生物科技有限公司\n长沙南飞电子技术有限公司\n常州南飞微电子有限公司\n成都南飞微电子有限公司\n中国科学院国家授时中心\n吉姆西半导体科技(无锡)有限公司\n香港德铭电子有限公司\n华科物流(香港)有限公司\n华科供应链(香港)有限公司\n积村半导体科技(上海)有限公司\n生工生物工程(上海)股份有限公司\n上海复旦微电子集团股份有限公司\n上海复旦微电子(香港)有限公司\n上海富控华龙微电子系统技术有限公司\n上海富维迅捷数字科技有限公司\n上海索辰信息科技有限公司\n深圳复旦微电子有限公司\n深圳南飞微电子有限公司\n深圳新力康供应链管理有限公司\n盛美半导体设备(上海)股份有限公司\n总数量:23`
],
content
:
`2025年9月实体清单的主要制裁实体、制裁原因\n\n 时间范围\n-当前查询的时间范围为:2025年9月16日。`
}
]);
]);
// Markdown 渲染器
// Markdown 渲染器
...
@@ -1129,7 +1132,7 @@ onUnmounted(() => {
...
@@ -1129,7 +1132,7 @@ onUnmounted(() => {
// overflow-y: auto;
// overflow-y: auto;
.source-item
{
.source-item
{
text-indent
:
30px
;
text-indent
:
30px
;
line-height
:
30px
;
//
line-height: 30px;
color
:
#333
;
color
:
#333
;
}
}
}
}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论