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

This commit is contained in:
刘祥超
2021-10-09 17:30:05 +08:00
parent d5b5af5d3a
commit dbc60ccca4
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
}
})