Files
EdgeAdmin/web/views/@default/ns/domains/create.js

3 lines
89 B
JavaScript
Raw Normal View History

2021-05-27 17:09:53 +08:00
Tea.context(function () {
2021-08-10 10:47:12 +08:00
this.success = NotifySuccess("保存成功", "/ns/domains")
2021-05-27 17:09:53 +08:00
})