Skip to content

Commit 8928783

Browse files
fix: tip image 404
1 parent 4db8c9c commit 8928783

File tree

1 file changed

+2
-2
lines changed
  • ui/src/components/ai-chat/component/chat-input-operate

1 file changed

+2
-2
lines changed

ui/src/components/ai-chat/component/chat-input-operate/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ const startRecording = async () => {
401401
2、若无 https 配置则需要修改浏览器安全配置,Chrome 设置如下:<br/>
402402
(1) 地址栏输入chrome://flags/#unsafely-treat-insecure-origin-as-secure;<br/>
403403
(2) 将 http 站点配置在文本框中,例如: http://127.0.0.1:8080。</p>
404-
<img src="${new URL(`../../assets/tipIMG.jpg`, import.meta.url).href}" style="width: 100%;" />`,
404+
<img src="${new URL(`@/assets/tipIMG.jpg`, import.meta.url).href}" style="width: 100%;" />`,
405405
{
406406
confirmButtonText: '我知道了',
407407
dangerouslyUseHTMLString: true,
@@ -418,7 +418,7 @@ const startRecording = async () => {
418418
2、若无 https 配置则需要修改浏览器安全配置,Chrome 设置如下:<br/>
419419
(1) 地址栏输入chrome://flags/#unsafely-treat-insecure-origin-as-secure;<br/>
420420
(2) 将 http 站点配置在文本框中,例如: http://127.0.0.1:8080。</p>
421-
<img src="${new URL(`../../assets/tipIMG.jpg`, import.meta.url).href}" style="width: 100%;" />`,
421+
<img src="${new URL(`@/assets/tipIMG.jpg`, import.meta.url).href}" style="width: 100%;" />`,
422422
{
423423
confirmButtonText: '我知道了',
424424
dangerouslyUseHTMLString: true,

0 commit comments

Comments
 (0)