fix: invalid error-log page path (#158)
This commit is contained in:
parent
97180e83f5
commit
17ecaea97d
|
|
@ -6,5 +6,5 @@ export enum PageEnum {
|
||||||
// error page path
|
// error page path
|
||||||
ERROR_PAGE = '/exception',
|
ERROR_PAGE = '/exception',
|
||||||
// error log page path
|
// error log page path
|
||||||
ERROR_LOG_PAGE = '/exception/error-log',
|
ERROR_LOG_PAGE = '/feat/error-log',
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue