609 lines
15 KiB
TypeScript
609 lines
15 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_emp-add-items',
|
|
path: '/mps/emp-add-items',
|
|
component: 'view.mps_emp-add-items',
|
|
meta: {
|
|
title: 'mps_emp-add-items',
|
|
i18nKey: 'route.mps_emp-add-items'
|
|
}
|
|
},
|
|
{
|
|
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: '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_heat',
|
|
path: '/original/heat',
|
|
component: 'view.original_heat',
|
|
meta: {
|
|
title: 'original_heat',
|
|
i18nKey: 'route.original_heat'
|
|
}
|
|
},
|
|
{
|
|
name: 'original_hnt-sgmx',
|
|
path: '/original/hnt-sgmx',
|
|
component: 'view.original_hnt-sgmx',
|
|
meta: {
|
|
title: 'original_hnt-sgmx',
|
|
i18nKey: 'route.original_hnt-sgmx'
|
|
}
|
|
},
|
|
{
|
|
name: 'original_hnt-sgs-info',
|
|
path: '/original/hnt-sgs-info',
|
|
component: 'view.original_hnt-sgs-info',
|
|
meta: {
|
|
title: 'original_hnt-sgs-info',
|
|
i18nKey: 'route.original_hnt-sgs-info'
|
|
}
|
|
},
|
|
{
|
|
name: 'original_import-dianzi-shebaoka',
|
|
path: '/original/import-dianzi-shebaoka',
|
|
component: 'view.original_import-dianzi-shebaoka',
|
|
meta: {
|
|
title: 'original_import-dianzi-shebaoka',
|
|
i18nKey: 'route.original_import-dianzi-shebaoka'
|
|
}
|
|
},
|
|
{
|
|
name: 'original_import-dianzi-yibao',
|
|
path: '/original/import-dianzi-yibao',
|
|
component: 'view.original_import-dianzi-yibao',
|
|
meta: {
|
|
title: 'original_import-dianzi-yibao',
|
|
i18nKey: 'route.original_import-dianzi-yibao'
|
|
}
|
|
},
|
|
{
|
|
name: 'original_import-huinongtong-detail',
|
|
path: '/original/import-huinongtong-detail',
|
|
component: 'view.original_import-huinongtong-detail',
|
|
meta: {
|
|
title: 'original_import-huinongtong-detail',
|
|
i18nKey: 'route.original_import-huinongtong-detail'
|
|
}
|
|
},
|
|
{
|
|
name: 'original_import-huinongtong-info',
|
|
path: '/original/import-huinongtong-info',
|
|
component: 'view.original_import-huinongtong-info',
|
|
meta: {
|
|
title: 'original_import-huinongtong-info',
|
|
i18nKey: 'route.original_import-huinongtong-info'
|
|
}
|
|
},
|
|
{
|
|
name: 'original_import-indv-cif',
|
|
path: '/original/import-indv-cif',
|
|
component: 'view.original_import-indv-cif',
|
|
meta: {
|
|
title: 'original_import-indv-cif',
|
|
i18nKey: 'route.original_import-indv-cif'
|
|
}
|
|
},
|
|
{
|
|
name: 'original_import-new-open-card',
|
|
path: '/original/import-new-open-card',
|
|
component: 'view.original_import-new-open-card',
|
|
meta: {
|
|
title: 'original_import-new-open-card',
|
|
i18nKey: 'route.original_import-new-open-card'
|
|
}
|
|
},
|
|
{
|
|
name: 'original_import-special',
|
|
path: '/original/import-special',
|
|
component: 'view.original_import-special',
|
|
meta: {
|
|
title: 'original_import-special',
|
|
i18nKey: 'route.original_import-special'
|
|
}
|
|
},
|
|
{
|
|
name: 'original_import-zhiefu-indv',
|
|
path: '/original/import-zhiefu-indv',
|
|
component: 'view.original_import-zhiefu-indv',
|
|
meta: {
|
|
title: 'original_import-zhiefu-indv',
|
|
i18nKey: 'route.original_import-zhiefu-indv'
|
|
}
|
|
},
|
|
{
|
|
name: 'original_import-zhigong-shebaoka',
|
|
path: '/original/import-zhigong-shebaoka',
|
|
component: 'view.original_import-zhigong-shebaoka',
|
|
meta: {
|
|
title: 'original_import-zhigong-shebaoka',
|
|
i18nKey: 'route.original_import-zhigong-shebaoka'
|
|
}
|
|
},
|
|
{
|
|
name: 'original_mobile-bank-signup',
|
|
path: '/original/mobile-bank-signup',
|
|
component: 'view.original_mobile-bank-signup',
|
|
meta: {
|
|
title: 'original_mobile-bank-signup',
|
|
i18nKey: 'route.original_mobile-bank-signup'
|
|
}
|
|
},
|
|
{
|
|
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_traffic',
|
|
path: '/original/traffic',
|
|
component: 'view.original_traffic',
|
|
meta: {
|
|
title: 'original_traffic',
|
|
i18nKey: 'route.original_traffic'
|
|
}
|
|
},
|
|
{
|
|
name: 'original_water',
|
|
path: '/original/water',
|
|
component: 'view.original_water',
|
|
meta: {
|
|
title: 'original_water',
|
|
i18nKey: 'route.original_water'
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
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
|
|
}
|
|
}
|
|
];
|