mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-13 20:00:25 +08:00
优化代码
This commit is contained in:
@@ -92,6 +92,12 @@ Tea.context(function () {
|
||||
this.dbSuccess = function (resp) {
|
||||
this.step = this.STEP_ADMIN
|
||||
this.dbInfo = resp.data.db
|
||||
|
||||
this.$delay(function () {
|
||||
if (this.$refs.adminPasswordInput != null) {
|
||||
this.$refs.adminPasswordInput.focus()
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
this.dbDone = function () {
|
||||
|
||||
Reference in New Issue
Block a user