mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-11 10:10:28 +08:00
修复IP地址保存后跳转错误的问题
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
Tea.context(function () {
|
||||
this.success = NotifySuccess("保存成功", Tea.url(".addr", { addrId: this.addr.id }))
|
||||
this.success = NotifySuccess("保存成功", Tea.url(".", { addrId: this.addr.id }))
|
||||
})
|
||||
Reference in New Issue
Block a user