mirror of
https://github.com/xiaoyiweb/YiAi.git
synced 2025-09-17 08:46:38 +08:00
修复bug
This commit is contained in:
parent
8db214371a
commit
e4d531a10f
@ -1086,7 +1086,7 @@ onUnmounted(() => {
|
||||
<SvgIcon
|
||||
class="close-icon"
|
||||
icon="gg:close-o"
|
||||
@click="dataBase64 = ''"
|
||||
@click="dataBase64 = null"
|
||||
/>
|
||||
</template>
|
||||
<template v-else>
|
||||
@ -1100,7 +1100,7 @@ onUnmounted(() => {
|
||||
<SvgIcon
|
||||
class="close-icon"
|
||||
icon="gg:close-o"
|
||||
@click="dataBase64 = ''"
|
||||
@click="dataBase64 = null"
|
||||
/>
|
||||
<!-- 替换为适当的文件图标 -->
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user