mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-09 16:50:26 +08:00
5 lines
120 B
JavaScript
5 lines
120 B
JavaScript
|
|
Tea.context(function () {
|
||
|
|
this.method = "user";
|
||
|
|
|
||
|
|
this.success = NotifySuccess("保存成功", "/clusters/grants");
|
||
|
|
});
|