mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-06 14:50:25 +08:00
实现基本的区域监控终端管理功能
This commit is contained in:
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user