mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-24 10:20:38 +08:00
5 lines
117 B
JavaScript
5 lines
117 B
JavaScript
Tea.context(function () {
|
|
this.method = "user";
|
|
|
|
this.success = NotifySuccess("保存成功", "/nodes/grants");
|
|
}); |