mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-06 23:00:25 +08:00
9 lines
238 B
JavaScript
9 lines
238 B
JavaScript
|
|
Tea.context(function () {
|
||
|
|
this.success = NotifySuccess("保存成功", "/users/user?userId=" + this.user.id)
|
||
|
|
|
||
|
|
this.passwordEditing = false
|
||
|
|
|
||
|
|
this.changePasswordEditing = function () {
|
||
|
|
this.passwordEditing = !this.passwordEditing
|
||
|
|
}
|
||
|
|
})
|