修复IP地址保存后跳转错误的问题

This commit is contained in:
GoEdgeLab
2021-09-04 08:27:24 +08:00
parent 806693c42c
commit 7a27f7a523
2 changed files with 3 additions and 7 deletions

View File

@@ -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 }))
})