mirror of
				https://github.com/TeaOSLab/EdgeAdmin.git
				synced 2025-11-04 13:10:26 +08:00 
			
		
		
		
	提交components.js
This commit is contained in:
		@@ -13728,7 +13728,7 @@ Vue.component("download-link", {
 | 
			
		||||
			} else {
 | 
			
		||||
				let e = document.getElementById(this.vElement)
 | 
			
		||||
				if (e == null) {
 | 
			
		||||
					teaweb.warn("找不到要下载的内容")
 | 
			
		||||
					// 不提示错误,因为此时可能页面未加载完整
 | 
			
		||||
					return
 | 
			
		||||
				}
 | 
			
		||||
				text = e.innerText
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user