实现基本的区域监控终端管理功能

This commit is contained in:
GoEdgeLab
2021-09-05 11:10:07 +08:00
parent 666c987c17
commit 650b9f6b91
16 changed files with 235 additions and 9 deletions

View File

@@ -7,7 +7,6 @@ Vue.component("source-code-box", {
if (typeof readOnly != "boolean") {
readOnly = true
}
console.log("readonly:", readOnly) // TODO
let box = document.getElementById("source-code-box-" + this.index)
let valueBox = document.getElementById(this.valueBoxId)
let value = ""