Fix: resources-library page can't be redirected

In SysAdmin HomePage, "resources-library" page can't be redirected
This commit is contained in:
blackstar-baba 2021-08-21 15:17:56 +08:00 committed by GitHub
parent acee154840
commit ba6d18b1b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -219,7 +219,7 @@ export class MenuService {
{
name: 'resource.resources-library',
icon: 'folder',
path: '/resources-library'
path: '/settings/resources-library'
}
]
}