mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-10 08:20:24 +08:00
增强安全性
This commit is contained in:
@@ -20,7 +20,7 @@ Vue.component("download-link", {
|
||||
composeURL: function () {
|
||||
let e = document.getElementById(this.vElement)
|
||||
if (e == null) {
|
||||
teaweb.warn("<download-link>找不到要下载的内容")
|
||||
teaweb.warn("找不到要下载的内容")
|
||||
return
|
||||
}
|
||||
let text = e.innerText
|
||||
|
||||
Reference in New Issue
Block a user