完善权限缓存与监控指标

This commit is contained in:
Cheng Zhou
2026-05-19 16:03:27 +08:00
parent f8a959b801
commit e95eeed90e
14 changed files with 603 additions and 335 deletions
+2 -2
View File
@@ -141,7 +141,7 @@ const canProject = (row: Study, module: string, action: "read" | "write") => {
};
const goMembers = (row: Study) => {
router.push(`/admin/permissions?projectId=${row.id}&sub=members`);
router.push(`/admin/permissions/project?projectId=${row.id}&sub=members`);
};
const goSites = (row: Study) => {
@@ -149,7 +149,7 @@ const goSites = (row: Study) => {
};
const goPermissions = (row: Study) => {
router.push(`/admin/permissions?projectId=${row.id}`);
router.push(`/admin/permissions/project?projectId=${row.id}`);
};
const goAuditLogs = async (row: Study) => {