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
 | 
					                        <SvgIcon
 | 
				
			||||||
                          class="close-icon"
 | 
					                          class="close-icon"
 | 
				
			||||||
                          icon="gg:close-o"
 | 
					                          icon="gg:close-o"
 | 
				
			||||||
                          @click="dataBase64 = ''"
 | 
					                          @click="dataBase64 = null"
 | 
				
			||||||
                        />
 | 
					                        />
 | 
				
			||||||
                      </template>
 | 
					                      </template>
 | 
				
			||||||
                      <template v-else>
 | 
					                      <template v-else>
 | 
				
			||||||
@@ -1100,7 +1100,7 @@ onUnmounted(() => {
 | 
				
			|||||||
                          <SvgIcon
 | 
					                          <SvgIcon
 | 
				
			||||||
                            class="close-icon"
 | 
					                            class="close-icon"
 | 
				
			||||||
                            icon="gg:close-o"
 | 
					                            icon="gg:close-o"
 | 
				
			||||||
                            @click="dataBase64 = ''"
 | 
					                            @click="dataBase64 = null"
 | 
				
			||||||
                          />
 | 
					                          />
 | 
				
			||||||
                          <!-- 替换为适当的文件图标 -->
 | 
					                          <!-- 替换为适当的文件图标 -->
 | 
				
			||||||
                        </div>
 | 
					                        </div>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user