From bd8aebdbb2bbde2fc55bfcc54fbb5abde31df63b Mon Sep 17 00:00:00 2001
From: wangdan-fit2cloud
Date: Thu, 2 Jan 2025 18:10:52 +0800
Subject: [PATCH] fix: tip image 404
(cherry picked from commit 892878396d2379ec48f56396365fca13cdc9b539)
---
.../components/ai-chat/component/chat-input-operate/index.vue | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ui/src/components/ai-chat/component/chat-input-operate/index.vue b/ui/src/components/ai-chat/component/chat-input-operate/index.vue
index 5130dd3b8..1f9335be2 100644
--- a/ui/src/components/ai-chat/component/chat-input-operate/index.vue
+++ b/ui/src/components/ai-chat/component/chat-input-operate/index.vue
@@ -401,7 +401,7 @@ const startRecording = async () => {
2、若无 https 配置则需要修改浏览器安全配置,Chrome 设置如下:
(1) 地址栏输入chrome://flags/#unsafely-treat-insecure-origin-as-secure;
(2) 将 http 站点配置在文本框中,例如: http://127.0.0.1:8080。
-
`,
+
`,
{
confirmButtonText: '我知道了',
dangerouslyUseHTMLString: true,
@@ -418,7 +418,7 @@ const startRecording = async () => {
2、若无 https 配置则需要修改浏览器安全配置,Chrome 设置如下:
(1) 地址栏输入chrome://flags/#unsafely-treat-insecure-origin-as-secure;
(2) 将 http 站点配置在文本框中,例如: http://127.0.0.1:8080。
-
`,
+
`,
{
confirmButtonText: '我知道了',
dangerouslyUseHTMLString: true,