mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat(projects): 添加exception页面:403,404,500
This commit is contained in:
@ -1,6 +1,12 @@
|
||||
export enum EnumRoutePaths {
|
||||
'login' = '/login',
|
||||
'not-found' = '/404',
|
||||
'no-permission' = '/403',
|
||||
'service-error' = '/500'
|
||||
'not-found' = '/exception/404',
|
||||
'no-permission' = '/exception/403',
|
||||
'service-error' = '/exception/500',
|
||||
// 自定义路由
|
||||
'dashboard-analysis' = '/dashboard/analysis',
|
||||
'dashboard-workbench' = '/dashboard/workbench',
|
||||
'exception-403' = '/exception/e403',
|
||||
'exception-404' = '/exception/e404',
|
||||
'exception-500' = '/exception/e500'
|
||||
}
|
||||
|
Reference in New Issue
Block a user