用户信息接口对接Mock数据

This commit is contained in:
付民康
2025-03-17 19:25:02 +08:00
parent babcfda6bf
commit ecdb6e92b9
7 changed files with 17 additions and 13 deletions

View File

@@ -126,10 +126,10 @@ onMounted(() => {
}
});
/** 获取用户组织配额权限 */
if (!localStorage.getItem('group_quota')) {
const { getUserCreateOrg } = getOrgInfo();
getUserCreateOrg();
}
// if (!localStorage.getItem('group_quota')) {
// const { getUserCreateOrg } = getOrgInfo();
// getUserCreateOrg();
// }
checkoutFirstTime();
});