mirror of
https://gitee.com/beecue/fastbee.git
synced 2026-09-21 12:22:04 +08:00
fix(系统): 解决xss前端问题
This commit is contained in:
@@ -211,7 +211,7 @@
|
||||
<span style="margin-left: 20px">{{ notice.createTime }}</span>
|
||||
</div>
|
||||
<div v-loading="loading" class="content">
|
||||
<div v-html="notice.noticeContent"></div>
|
||||
<safe-html :html="notice.noticeContent" mode="richText"></safe-html>
|
||||
</div>
|
||||
<div slot="footer" class="dialog-footer">
|
||||
<el-button type="primary" @click="closeDetail">{{ $t('close') }}</el-button>
|
||||
|
||||
Reference in New Issue
Block a user