优化证书上传和修改界面

This commit is contained in:
GoEdgeLab
2022-04-01 11:12:42 +08:00
parent e84b12a6ec
commit 67602604dd
4 changed files with 16 additions and 6 deletions

View File

@@ -5,5 +5,10 @@ Tea.context(function () {
this.switchTextMode = function () {
this.textMode = !this.textMode
if (this.textMode) {
this.$delay(function () {
this.$refs.certTextField.focus()
})
}
}
})