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