增强安全性

This commit is contained in:
GoEdgeLab
2020-11-10 12:47:24 +08:00
parent 8e664f33db
commit 26066daad7
118 changed files with 164 additions and 133 deletions

View File

@@ -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