fix(漏洞): 图表错误信息使用 `v-html

This commit is contained in:
dataeaseShu
2026-06-10 10:38:58 +08:00
committed by dataeaseShu
parent 6b5c48de83
commit 92e105e5f7

View File

@@ -35,7 +35,9 @@ function showInfo() {
center
>
<el-main style="height: 400px; padding: 0; margin-top: 20px">
<span style="white-space: pre-line" v-html="errMsg"></span>
<span style="white-space: pre-line">
{{ errMsg }}
</span>
</el-main>
<template #footer>
<span class="m-dialog-footer">