优化证书上传和修改界面

This commit is contained in:
刘祥超
2022-04-01 11:12:42 +08:00
parent 2626d78835
commit 53b1f07601
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()
})
}
}
})