bug修复+代码调整+日志优化

This commit is contained in:
MaxKey
2024-09-29 07:10:13 +08:00
parent 65bc8c01b9
commit 8fe411648d
55 changed files with 724 additions and 5990 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "maxkey",
"version": "3.5.0",
"version": "4.1.x",
"description": "Leading-Edge IAM Identity and Access Management",
"author": "MaxKey <support@maxsso.net>",
"repository": {

View File

@@ -1,6 +1,6 @@
{
"name": "maxkey",
"version": "3.5.0",
"version": "4.1.x",
"description": "Leading-Edge IAM Identity and Access Management",
"author": "MaxKey <support@maxsso.net>",
"repository": {

View File

@@ -47,9 +47,9 @@ export class GroupEditerComponent implements OnInit {
submitting: boolean;
model: Groups;
} = {
submitting: false,
model: new Groups()
};
submitting: false,
model: new Groups()
};
// TreeNodes
treeNodes = new TreeNodes(false);
@@ -66,7 +66,7 @@ export class GroupEditerComponent implements OnInit {
private msg: NzMessageService,
@Inject(ALAIN_I18N_TOKEN) private i18n: I18NService,
private cdr: ChangeDetectorRef
) { }
) {}
ngOnInit(): void {
this.tree();