mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-12 11:20:27 +08:00
9 lines
245 B
JavaScript
9 lines
245 B
JavaScript
Tea.context(function () {
|
|
this.success = NotifyReloadSuccess("保存成功")
|
|
|
|
this.domain = {id: this.domainId, name: this.domainName}
|
|
this.changeDomain = function (domain) {
|
|
this.domain.id = domain.id
|
|
this.domain.name = domain.name
|
|
}
|
|
}) |