mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: 修复嵌入式不显示历史记录问题
This commit is contained in:
parent
05730e4872
commit
78937f4c48
|
|
@ -45,7 +45,7 @@
|
|||
|
||||
<!-- 历史记录弹出层 -->
|
||||
<div
|
||||
v-if="applicationDetail.show_history"
|
||||
v-if="applicationDetail.show_history || !user.isEnterprise()"
|
||||
@click.prevent.stop="show = !show"
|
||||
class="chat-popover-button cursor color-secondary"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue