mirror of
				https://github.com/xiaoyiweb/YiAi.git
				synced 2025-11-04 16:23:42 +08:00 
			
		
		
		
	修复bug
This commit is contained in:
		@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user