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