Browse Source

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

pull/426/head
Netfan 6 years ago
committed by GitHub
parent
commit
17ecaea97d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/enums/pageEnum.ts

2
src/enums/pageEnum.ts

@ -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',
}

Loading…
Cancel
Save