系统菜单部分功能及planToAdd文件中的config.ts文件修改

This commit is contained in:
duyufeng
2024-08-15 10:51:58 +08:00
parent 94e5079222
commit ee565449ab
931 changed files with 12966 additions and 17 deletions

View File

@@ -81,6 +81,7 @@ export const appConfig = {
orgName: 'orgName',
projectId: 'projectId',
});
sessionStorage.setItem('accountNo', info.accountNo);
return { data: { ...trD } };
});
},