增强安全性

This commit is contained in:
刘祥超
2020-11-10 12:47:24 +08:00
parent 2936067625
commit 7f5353323c
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