/* eslint-disable */ /* prettier-ignore */ // Generated by elegant-router // Read more: https://github.com/soybeanjs/elegant-router import type { GeneratedRoute } from '@elegant-router/types'; export const generatedRoutes: GeneratedRoute[] = [ { name: '403', path: '/403', component: 'layout.blank$view.403', meta: { title: '403', i18nKey: 'route.403', constant: true, hideInMenu: true } }, { name: '404', path: '/404', component: 'layout.blank$view.404', meta: { title: '404', i18nKey: 'route.404', constant: true, hideInMenu: true } }, { name: '500', path: '/500', component: 'layout.blank$view.500', meta: { title: '500', i18nKey: 'route.500', constant: true, hideInMenu: true } }, { name: 'home', path: '/home', component: 'layout.base$view.home', meta: { title: 'home', i18nKey: 'route.home', icon: 'mdi:monitor-dashboard', order: 1 } }, { name: 'iframe-page', path: '/iframe-page/:url', component: 'layout.base$view.iframe-page', props: true, meta: { title: 'iframe-page', i18nKey: 'route.iframe-page', constant: true, hideInMenu: true, keepAlive: true } }, { name: 'login', path: '/login/:module(pwd-login|code-login|register|reset-pwd|bind-wechat)?', component: 'layout.blank$view.login', props: true, meta: { title: 'login', i18nKey: 'route.login', constant: true, hideInMenu: true } }, { name: 'monitor', path: '/monitor', component: 'layout.base', meta: { title: 'monitor', i18nKey: 'route.monitor' }, children: [ { name: 'monitor_login-infor', path: '/monitor/login-infor', component: 'view.monitor_login-infor', meta: { title: 'monitor_login-infor', i18nKey: 'route.monitor_login-infor' } }, { name: 'monitor_oper-log', path: '/monitor/oper-log', component: 'view.monitor_oper-log', meta: { title: 'monitor_oper-log', i18nKey: 'route.monitor_oper-log' } } ] }, { name: 'social-callback', path: '/social-callback', component: 'layout.blank$view.social-callback', meta: { title: 'social-callback', i18nKey: 'route.social-callback', constant: true, hideInMenu: true } }, { name: 'system', path: '/system', component: 'layout.base', meta: { title: 'system', i18nKey: 'route.system', localIcon: 'menu-system', order: 1 }, children: [ { name: 'system_client', path: '/system/client', component: 'view.system_client', meta: { title: 'system_client', i18nKey: 'route.system_client' } }, { name: 'system_config', path: '/system/config', component: 'view.system_config', meta: { title: 'system_config', i18nKey: 'route.system_config' } }, { name: 'system_dept', path: '/system/dept', component: 'view.system_dept', meta: { title: 'system_dept', i18nKey: 'route.system_dept' } }, { name: 'system_dict', path: '/system/dict', component: 'view.system_dict', meta: { title: 'system_dict', i18nKey: 'route.system_dict' }, children: [ { name: 'system_dict_data', path: '/system/dict/data', component: 'view.system_dict_data', meta: { title: 'system_dict_data', i18nKey: 'route.system_dict_data' } }, { name: 'system_dict_type', path: '/system/dict/type', component: 'view.system_dict_type', meta: { title: 'system_dict_type', i18nKey: 'route.system_dict_type' } } ] }, { name: 'system_menu', path: '/system/menu', component: 'view.system_menu', meta: { title: 'system_menu', i18nKey: 'route.system_menu', localIcon: 'menu-tree-table', order: 3 } }, { name: 'system_notice', path: '/system/notice', component: 'view.system_notice', meta: { title: 'system_notice', i18nKey: 'route.system_notice' } }, { name: 'system_oss', path: '/system/oss', component: 'view.system_oss', meta: { title: 'system_oss', i18nKey: 'route.system_oss' } }, { name: 'system_oss-config', path: '/system/oss-config', component: 'view.system_oss-config', meta: { title: 'system_oss-config', i18nKey: 'route.system_oss-config', constant: true, hideInMenu: true, icon: 'hugeicons:configuration-01' } }, { name: 'system_post', path: '/system/post', component: 'view.system_post', meta: { title: 'system_post', i18nKey: 'route.system_post' } }, { name: 'system_tenant', path: '/system/tenant', component: 'view.system_tenant', meta: { title: 'system_tenant', i18nKey: 'route.system_tenant' } }, { name: 'system_user', path: '/system/user', component: 'view.system_user', meta: { title: 'system_user', i18nKey: 'route.system_user' } } ] }, { name: 'tool', path: '/tool', component: 'layout.base', meta: { title: 'tool', i18nKey: 'route.tool', localIcon: 'menu-tool', order: 4 }, children: [ { name: 'tool_gen', path: '/tool/gen', component: 'view.tool_gen', meta: { title: 'tool_gen', i18nKey: 'route.tool_gen', localIcon: 'menu-code', order: 2 } } ] } ];