Commit ba6d18b1b25d87e85e250858cb15f284d93f1282

Authored by blackstar-baba
Committed by GitHub
1 parent acee1548

Fix: resources-library page can't be redirected

In SysAdmin HomePage, "resources-library" page can't be redirected
... ... @@ -219,7 +219,7 @@ export class MenuService {
219 219 {
220 220 name: 'resource.resources-library',
221 221 icon: 'folder',
222   - path: '/resources-library'
  222 + path: '/settings/resources-library'
223 223 }
224 224 ]
225 225 }
... ...