export enum EnumRoutePaths { 'login' = '/login', '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' }