添加运行日志

This commit is contained in:
liuwei
2025-04-02 11:28:22 +08:00
parent e49a94f181
commit db7ab0ca05

View File

@@ -22,8 +22,8 @@
</div>
<div v-loading="loading">
<div v-if="logContent.length > 0" class="log-content">
<pre>{{ logContent.join('') }}</pre>
<div v-if="logContent && logContent.length > 0" class="log-content">
<pre>{% raw %}{{ logContent.join('') }}{% endraw %}</pre>
</div>
<div v-else class="empty-log">
<el-empty description="暂无日志内容"></el-empty>