fix: tip image 404
This commit is contained in:
parent
4db8c9c397
commit
892878396d
@ -401,7 +401,7 @@ const startRecording = async () => {
|
|||||||
2、若无 https 配置则需要修改浏览器安全配置,Chrome 设置如下:<br/>
|
2、若无 https 配置则需要修改浏览器安全配置,Chrome 设置如下:<br/>
|
||||||
(1) 地址栏输入chrome://flags/#unsafely-treat-insecure-origin-as-secure;<br/>
|
(1) 地址栏输入chrome://flags/#unsafely-treat-insecure-origin-as-secure;<br/>
|
||||||
(2) 将 http 站点配置在文本框中,例如: http://127.0.0.1:8080。</p>
|
(2) 将 http 站点配置在文本框中,例如: http://127.0.0.1:8080。</p>
|
||||||
<img src="${new URL(`../../assets/tipIMG.jpg`, import.meta.url).href}" style="width: 100%;" />`,
|
<img src="${new URL(`@/assets/tipIMG.jpg`, import.meta.url).href}" style="width: 100%;" />`,
|
||||||
{
|
{
|
||||||
confirmButtonText: '我知道了',
|
confirmButtonText: '我知道了',
|
||||||
dangerouslyUseHTMLString: true,
|
dangerouslyUseHTMLString: true,
|
||||||
@ -418,7 +418,7 @@ const startRecording = async () => {
|
|||||||
2、若无 https 配置则需要修改浏览器安全配置,Chrome 设置如下:<br/>
|
2、若无 https 配置则需要修改浏览器安全配置,Chrome 设置如下:<br/>
|
||||||
(1) 地址栏输入chrome://flags/#unsafely-treat-insecure-origin-as-secure;<br/>
|
(1) 地址栏输入chrome://flags/#unsafely-treat-insecure-origin-as-secure;<br/>
|
||||||
(2) 将 http 站点配置在文本框中,例如: http://127.0.0.1:8080。</p>
|
(2) 将 http 站点配置在文本框中,例如: http://127.0.0.1:8080。</p>
|
||||||
<img src="${new URL(`../../assets/tipIMG.jpg`, import.meta.url).href}" style="width: 100%;" />`,
|
<img src="${new URL(`@/assets/tipIMG.jpg`, import.meta.url).href}" style="width: 100%;" />`,
|
||||||
{
|
{
|
||||||
confirmButtonText: '我知道了',
|
confirmButtonText: '我知道了',
|
||||||
dangerouslyUseHTMLString: true,
|
dangerouslyUseHTMLString: true,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user