chore: project permission

This commit is contained in:
xiaojunnuo
2026-02-26 23:50:15 +08:00
parent 51ab6d6da1
commit 8578547467
19 changed files with 100 additions and 35 deletions
@@ -241,6 +241,10 @@ export const certdResources = [
icon: "mi:user-check",
auth: true,
isMenu: true,
show: () => {
const projectStore = useProjectStore();
return !projectStore.isEnterprise;
},
},
},
{