fix: invalid error-log page path (#158)

This commit is contained in:
Netfan 2021-01-04 09:14:57 +08:00 committed by GitHub
parent 97180e83f5
commit 17ecaea97d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@ export enum PageEnum {
// error page path
ERROR_PAGE = '/exception',
// error log page path
ERROR_LOG_PAGE = '/exception/error-log',
ERROR_LOG_PAGE = '/feat/error-log',
}