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

This commit is contained in:
刘祥超
2021-09-04 08:27:24 +08:00
parent 3bf374ea5a
commit daf8ae2192
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 }))
})