This commit is contained in:
dinghao
2024-05-28 18:00:25 +08:00
parent e28ca898ee
commit 778ada00fc
5 changed files with 48 additions and 43 deletions

View File

@@ -73,6 +73,7 @@ export const appConfig = {
accountCode: 'userId',
accountName: 'realName',
accountRealName: 'realName',
orgId: 'orgId',
});
return { data: { ...trD } };
});