fix(image): fix bug

This commit is contained in:
zhangheng
2026-03-16 21:04:13 +08:00
parent 9c72686436
commit 371f8d9cb6
4 changed files with 6 additions and 11 deletions

View File

@@ -12,7 +12,7 @@ type PermissionMap = {
}
const mappingList: { [x: string]: [string, string] } = {
"/setting/project/all": ["project", "config"],
"/project/own": ["project", "config"],
"/management/team/employee": ["user", "view"],
"/management/team/organization": ["user", "group_view"],
"/management/team/dailypaper": ["daily_work", "team_view"],