mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat(projects): 添加固定路由
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
export { ContentType, EnumDataType } from './common';
|
||||
export { EnumAnimate } from './animate';
|
||||
export { EnumNavMode, EnumNavTheme } from './theme';
|
||||
export { EnumRoutePaths } from './route';
|
||||
|
@ -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