证书上传时可以选择输入文本内容

This commit is contained in:
GoEdgeLab
2021-10-09 17:30:05 +08:00
parent 8e9cc733fd
commit 615e873d07
9 changed files with 2617 additions and 902 deletions

View File

@@ -1,4 +1,9 @@
Tea.context(function () {
this.success = NotifyPopup
this.isCA = this.certConfig.isCA ? 1 : 0
this.textMode = false
this.switchTextMode = function () {
this.textMode = !this.textMode
}
})