546 lines
12 KiB
TypeScript
546 lines
12 KiB
TypeScript
/* 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: 'business',
|
|
path: '/business',
|
|
component: 'layout.base',
|
|
meta: {
|
|
title: 'business',
|
|
i18nKey: 'route.business'
|
|
},
|
|
children: [
|
|
{
|
|
name: 'business_category',
|
|
path: '/business/category',
|
|
component: 'view.business_category',
|
|
meta: {
|
|
title: 'business_category',
|
|
i18nKey: 'route.business_category'
|
|
}
|
|
},
|
|
{
|
|
name: 'business_percentage',
|
|
path: '/business/percentage',
|
|
component: 'view.business_percentage',
|
|
meta: {
|
|
title: 'business_percentage',
|
|
i18nKey: 'route.business_percentage'
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
name: 'demo',
|
|
path: '/demo',
|
|
component: 'layout.base',
|
|
meta: {
|
|
title: 'demo',
|
|
i18nKey: 'route.demo'
|
|
},
|
|
children: [
|
|
{
|
|
name: 'demo_demo',
|
|
path: '/demo/demo',
|
|
component: 'view.demo_demo',
|
|
meta: {
|
|
title: 'demo_demo',
|
|
i18nKey: 'route.demo_demo'
|
|
}
|
|
},
|
|
{
|
|
name: 'demo_tree',
|
|
path: '/demo/tree',
|
|
component: 'view.demo_tree',
|
|
meta: {
|
|
title: 'demo_tree',
|
|
i18nKey: 'route.demo_tree'
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
name: 'home',
|
|
path: '/home',
|
|
component: 'layout.base$view.home',
|
|
meta: {
|
|
title: 'home',
|
|
i18nKey: 'route.home',
|
|
localIcon: 'home',
|
|
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_cache',
|
|
path: '/monitor/cache',
|
|
component: 'view.monitor_cache',
|
|
meta: {
|
|
title: 'monitor_cache',
|
|
i18nKey: 'route.monitor_cache'
|
|
}
|
|
},
|
|
{
|
|
name: 'monitor_logininfor',
|
|
path: '/monitor/logininfor',
|
|
component: 'view.monitor_logininfor',
|
|
meta: {
|
|
title: 'monitor_logininfor',
|
|
i18nKey: 'route.monitor_logininfor'
|
|
}
|
|
},
|
|
{
|
|
name: 'monitor_online',
|
|
path: '/monitor/online',
|
|
component: 'view.monitor_online',
|
|
meta: {
|
|
title: 'monitor_online',
|
|
i18nKey: 'route.monitor_online'
|
|
}
|
|
},
|
|
{
|
|
name: 'monitor_operlog',
|
|
path: '/monitor/operlog',
|
|
component: 'view.monitor_operlog',
|
|
meta: {
|
|
title: 'monitor_operlog',
|
|
i18nKey: 'route.monitor_operlog'
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
name: 'mps',
|
|
path: '/mps',
|
|
component: 'layout.base',
|
|
meta: {
|
|
title: 'mps',
|
|
i18nKey: 'route.mps'
|
|
},
|
|
children: [
|
|
{
|
|
name: 'mps_batch',
|
|
path: '/mps/batch',
|
|
component: 'view.mps_batch',
|
|
meta: {
|
|
title: 'mps_batch',
|
|
i18nKey: 'route.mps_batch'
|
|
}
|
|
},
|
|
{
|
|
name: 'mps_detail-entry',
|
|
path: '/mps/detail-entry',
|
|
component: 'view.mps_detail-entry',
|
|
meta: {
|
|
title: 'mps_detail-entry',
|
|
i18nKey: 'route.mps_detail-entry'
|
|
}
|
|
},
|
|
{
|
|
name: 'mps_manual-pricing',
|
|
path: '/mps/manual-pricing',
|
|
component: 'view.mps_manual-pricing',
|
|
meta: {
|
|
title: 'mps_manual-pricing',
|
|
i18nKey: 'route.mps_manual-pricing'
|
|
}
|
|
},
|
|
{
|
|
name: 'mps_market',
|
|
path: '/mps/market',
|
|
component: 'view.mps_market',
|
|
meta: {
|
|
title: 'mps_market',
|
|
i18nKey: 'route.mps_market'
|
|
}
|
|
},
|
|
{
|
|
name: 'mps_market-yxzetgrb',
|
|
path: '/mps/market-yxzetgrb',
|
|
component: 'view.mps_market-yxzetgrb',
|
|
meta: {
|
|
title: 'mps_market-yxzetgrb',
|
|
i18nKey: 'route.mps_market-yxzetgrb'
|
|
}
|
|
},
|
|
{
|
|
name: 'mps_private-ebank-new',
|
|
path: '/mps/private-ebank-new',
|
|
component: 'view.mps_private-ebank-new',
|
|
meta: {
|
|
title: 'mps_private-ebank-new',
|
|
i18nKey: 'route.mps_private-ebank-new'
|
|
}
|
|
},
|
|
{
|
|
name: 'mps_private-test',
|
|
path: '/mps/private-test',
|
|
component: 'view.mps_private-test',
|
|
meta: {
|
|
title: 'mps_private-test',
|
|
i18nKey: 'route.mps_private-test'
|
|
}
|
|
},
|
|
{
|
|
name: 'mps_private-test3',
|
|
path: '/mps/private-test3',
|
|
component: 'view.mps_private-test3',
|
|
meta: {
|
|
title: 'mps_private-test3',
|
|
i18nKey: 'route.mps_private-test3'
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
name: 'original',
|
|
path: '/original',
|
|
component: 'layout.base',
|
|
meta: {
|
|
title: 'original',
|
|
i18nKey: 'route.original'
|
|
},
|
|
children: [
|
|
{
|
|
name: 'original_dianfei',
|
|
path: '/original/dianfei',
|
|
component: 'view.original_dianfei',
|
|
meta: {
|
|
title: 'original_dianfei',
|
|
i18nKey: 'route.original_dianfei'
|
|
}
|
|
},
|
|
{
|
|
name: 'original_e-m-banking',
|
|
path: '/original/e-m-banking',
|
|
component: 'view.original_e-m-banking',
|
|
meta: {
|
|
title: 'original_e-m-banking',
|
|
i18nKey: 'route.original_e-m-banking'
|
|
}
|
|
},
|
|
{
|
|
name: 'original_gjj-payment',
|
|
path: '/original/gjj-payment',
|
|
component: 'view.original_gjj-payment',
|
|
meta: {
|
|
title: 'original_gjj-payment',
|
|
i18nKey: 'route.original_gjj-payment'
|
|
}
|
|
},
|
|
{
|
|
name: 'original_gjjjjcmx',
|
|
path: '/original/gjjjjcmx',
|
|
component: 'view.original_gjjjjcmx',
|
|
meta: {
|
|
title: 'original_gjjjjcmx',
|
|
i18nKey: 'route.original_gjjjjcmx'
|
|
}
|
|
},
|
|
{
|
|
name: 'original_heat',
|
|
path: '/original/heat',
|
|
component: 'view.original_heat',
|
|
meta: {
|
|
title: 'original_heat',
|
|
i18nKey: 'route.original_heat'
|
|
}
|
|
},
|
|
{
|
|
name: 'original_online-payment',
|
|
path: '/original/online-payment',
|
|
component: 'view.original_online-payment',
|
|
meta: {
|
|
title: 'original_online-payment',
|
|
i18nKey: 'route.original_online-payment'
|
|
}
|
|
},
|
|
{
|
|
name: 'original_qnfmx',
|
|
path: '/original/qnfmx',
|
|
component: 'view.original_qnfmx',
|
|
meta: {
|
|
title: 'original_qnfmx',
|
|
i18nKey: 'route.original_qnfmx'
|
|
}
|
|
},
|
|
{
|
|
name: 'original_water',
|
|
path: '/original/water',
|
|
component: 'view.original_water',
|
|
meta: {
|
|
title: 'original_water',
|
|
i18nKey: 'route.original_water'
|
|
}
|
|
},
|
|
{
|
|
name: 'original_zgsbk',
|
|
path: '/original/zgsbk',
|
|
component: 'view.original_zgsbk',
|
|
meta: {
|
|
title: 'original_zgsbk',
|
|
i18nKey: 'route.original_zgsbk'
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
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-home',
|
|
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'
|
|
}
|
|
},
|
|
{
|
|
name: 'system_menu',
|
|
path: '/system/menu',
|
|
component: 'view.system_menu',
|
|
meta: {
|
|
title: 'system_menu',
|
|
i18nKey: 'route.system_menu',
|
|
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
|
|
}
|
|
},
|
|
{
|
|
name: 'system_post',
|
|
path: '/system/post',
|
|
component: 'view.system_post',
|
|
meta: {
|
|
title: 'system_post',
|
|
i18nKey: 'route.system_post'
|
|
}
|
|
},
|
|
{
|
|
name: 'system_private-test1',
|
|
path: '/system/private-test1',
|
|
component: 'view.system_private-test1',
|
|
meta: {
|
|
title: 'system_private-test1',
|
|
i18nKey: 'route.system_private-test1'
|
|
}
|
|
},
|
|
{
|
|
name: 'system_role',
|
|
path: '/system/role',
|
|
component: 'view.system_role',
|
|
meta: {
|
|
title: 'system_role',
|
|
i18nKey: 'route.system_role'
|
|
}
|
|
},
|
|
{
|
|
name: 'system_tenant',
|
|
path: '/system/tenant',
|
|
component: 'view.system_tenant',
|
|
meta: {
|
|
title: 'system_tenant',
|
|
i18nKey: 'route.system_tenant'
|
|
}
|
|
},
|
|
{
|
|
name: 'system_tenant-package',
|
|
path: '/system/tenant-package',
|
|
component: 'view.system_tenant-package',
|
|
meta: {
|
|
title: 'system_tenant-package',
|
|
i18nKey: 'route.system_tenant-package'
|
|
}
|
|
},
|
|
{
|
|
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
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
name: 'user-center',
|
|
path: '/user-center',
|
|
component: 'layout.base$view.user-center',
|
|
meta: {
|
|
title: 'user-center',
|
|
i18nKey: 'route.user-center',
|
|
hideInMenu: true
|
|
}
|
|
}
|
|
];
|