6 lines
144 B
JavaScript
6 lines
144 B
JavaScript
Tea.context(function () {
|
|
this.method = "user";
|
|
this.username = "root"
|
|
|
|
this.success = NotifySuccess("保存成功", "/clusters/grants");
|
|
}); |