mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-03 12:20:28 +08:00
7 lines
174 B
JavaScript
7 lines
174 B
JavaScript
Tea.context(function () {
|
|
this.success = function () {
|
|
teaweb.success("用户名和密码保存成功,现在去登录", function () {
|
|
window.location = "/"
|
|
})
|
|
}
|
|
}) |