feat(projects): 添加固定路由
This commit is contained in:
@ -1 +1,6 @@
|
||||
export enum EnumRoutes {}
|
||||
export enum EnumRoutePaths {
|
||||
'login' = '/login',
|
||||
'not-found' = '/404',
|
||||
'no-permission' = '/403',
|
||||
'service-error' = '/500'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user