路由插件自动生成问题,提交测试
This commit is contained in:
parent
644c1f6fca
commit
b73999e344
@ -31,6 +31,7 @@ export const views: Record<LastLevelRouteKey, RouteComponent | (() => Promise<Ro
|
||||
monitor_logininfor: () => import("@/views/monitor/logininfor/index.vue"),
|
||||
monitor_online: () => import("@/views/monitor/online/index.vue"),
|
||||
monitor_operlog: () => import("@/views/monitor/operlog/index.vue"),
|
||||
mps_batch: () => import("@/views/mps/batch/index.vue"),
|
||||
"mps_import-heat": () => import("@/views/mps/import-heat/index.vue"),
|
||||
"mps_manual-pricing": () => import("@/views/mps/manual-pricing/index.vue"),
|
||||
"mps_market-yxzetgrb": () => import("@/views/mps/market-yxzetgrb/index.vue"),
|
||||
|
@ -189,6 +189,15 @@ export const generatedRoutes: GeneratedRoute[] = [
|
||||
i18nKey: 'route.mps'
|
||||
},
|
||||
children: [
|
||||
{
|
||||
name: 'mps_batch',
|
||||
path: '/mps/batch',
|
||||
component: 'view.mps_batch',
|
||||
meta: {
|
||||
title: 'mps_batch',
|
||||
i18nKey: 'route.mps_batch'
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'mps_import-heat',
|
||||
path: '/mps/import-heat',
|
||||
|
@ -185,6 +185,7 @@ const routeMap: RouteMap = {
|
||||
"monitor_online": "/monitor/online",
|
||||
"monitor_operlog": "/monitor/operlog",
|
||||
"mps": "/mps",
|
||||
"mps_batch": "/mps/batch",
|
||||
"mps_import-heat": "/mps/import-heat",
|
||||
"mps_manual-pricing": "/mps/manual-pricing",
|
||||
"mps_market": "/mps/market",
|
||||
|
11
cds-fontend-2025.V1/src/typings/components.d.ts
vendored
11
cds-fontend-2025.V1/src/typings/components.d.ts
vendored
@ -11,8 +11,6 @@ declare module 'vue' {
|
||||
AppProvider: typeof import('./../components/common/app-provider.vue')['default']
|
||||
BetterScroll: typeof import('./../components/custom/better-scroll.vue')['default']
|
||||
BooleanTag: typeof import('./../components/custom/boolean-tag.vue')['default']
|
||||
BusinessTypeList: typeof import('@/views/business/category/index.vue')['default']
|
||||
BusinessTypeOperateDrawer: typeof import('@/views/business/category/modules/subcategoty-operate-drawer.vue')['default']
|
||||
ButtonIcon: typeof import('./../components/custom/button-icon.vue')['default']
|
||||
CountTo: typeof import('./../components/custom/count-to.vue')['default']
|
||||
DarkModeContainer: typeof import('./../components/common/dark-mode-container.vue')['default']
|
||||
@ -35,8 +33,6 @@ declare module 'vue' {
|
||||
'IconHugeicons:configuration01': typeof import('~icons/hugeicons/configuration01')['default']
|
||||
IconIcRoundRefresh: typeof import('~icons/ic/round-refresh')['default']
|
||||
IconIcRoundSearch: typeof import('~icons/ic/round-search')['default']
|
||||
IconLocalBanner: typeof import('~icons/local/banner')['default']
|
||||
IconLocalLogo: typeof import('~icons/local/logo')['default']
|
||||
'IconMaterialSymbols:add': typeof import('~icons/material-symbols/add')['default']
|
||||
'IconMaterialSymbols:deleteOutline': typeof import('~icons/material-symbols/delete-outline')['default']
|
||||
'IconMaterialSymbols:downloadRounded': typeof import('~icons/material-symbols/download-rounded')['default']
|
||||
@ -48,7 +44,6 @@ declare module 'vue' {
|
||||
IconMaterialSymbolsAddRounded: typeof import('~icons/material-symbols/add-rounded')['default']
|
||||
IconMaterialSymbolsDeleteOutline: typeof import('~icons/material-symbols/delete-outline')['default']
|
||||
IconMaterialSymbolsDriveFileRenameOutlineOutline: typeof import('~icons/material-symbols/drive-file-rename-outline-outline')['default']
|
||||
'IconMdi:github': typeof import('~icons/mdi/github')['default']
|
||||
IconMdiArrowDownThin: typeof import('~icons/mdi/arrow-down-thin')['default']
|
||||
IconMdiArrowUpThin: typeof import('~icons/mdi/arrow-up-thin')['default']
|
||||
IconMdiDrag: typeof import('~icons/mdi/drag')['default']
|
||||
@ -56,7 +51,6 @@ declare module 'vue' {
|
||||
IconMdiKeyboardReturn: typeof import('~icons/mdi/keyboard-return')['default']
|
||||
'IconQuill:collapse': typeof import('~icons/quill/collapse')['default']
|
||||
'IconQuill:expand': typeof import('~icons/quill/expand')['default']
|
||||
'IconSimpleIcons:gitee': typeof import('~icons/simple-icons/gitee')['default']
|
||||
IconUilSearch: typeof import('~icons/uil/search')['default']
|
||||
JsonPreview: typeof import('./../components/custom/json-preview.vue')['default']
|
||||
LangSwitch: typeof import('./../components/common/lang-switch.vue')['default']
|
||||
@ -104,14 +98,11 @@ declare module 'vue' {
|
||||
NLayout: typeof import('naive-ui')['NLayout']
|
||||
NLayoutContent: typeof import('naive-ui')['NLayoutContent']
|
||||
NLayoutSider: typeof import('naive-ui')['NLayoutSider']
|
||||
NList: typeof import('naive-ui')['NList']
|
||||
NListItem: typeof import('naive-ui')['NListItem']
|
||||
NLoadingBarProvider: typeof import('naive-ui')['NLoadingBarProvider']
|
||||
NMenu: typeof import('naive-ui')['NMenu']
|
||||
NMessageProvider: typeof import('naive-ui')['NMessageProvider']
|
||||
NModal: typeof import('naive-ui')['NModal']
|
||||
NNotificationProvider: typeof import('naive-ui')['NNotificationProvider']
|
||||
NOption: typeof import('naive-ui')['NOption']
|
||||
NP: typeof import('naive-ui')['NP']
|
||||
NPopconfirm: typeof import('naive-ui')['NPopconfirm']
|
||||
NPopover: typeof import('naive-ui')['NPopover']
|
||||
@ -120,7 +111,6 @@ declare module 'vue' {
|
||||
NRadioGroup: typeof import('naive-ui')['NRadioGroup']
|
||||
NScrollbar: typeof import('naive-ui')['NScrollbar']
|
||||
NSelect: typeof import('naive-ui')['NSelect']
|
||||
NSelectOption: typeof import('naive-ui')['NSelectOption']
|
||||
NSpace: typeof import('naive-ui')['NSpace']
|
||||
NSpin: typeof import('naive-ui')['NSpin']
|
||||
NStatistic: typeof import('naive-ui')['NStatistic']
|
||||
@ -131,7 +121,6 @@ declare module 'vue' {
|
||||
NTabs: typeof import('naive-ui')['NTabs']
|
||||
NTag: typeof import('naive-ui')['NTag']
|
||||
NText: typeof import('naive-ui')['NText']
|
||||
NThing: typeof import('naive-ui')['NThing']
|
||||
NTooltip: typeof import('naive-ui')['NTooltip']
|
||||
NTree: typeof import('naive-ui')['NTree']
|
||||
NTreeSelect: typeof import('naive-ui')['NTreeSelect']
|
||||
|
@ -39,6 +39,7 @@ declare module "@elegant-router/types" {
|
||||
"monitor_online": "/monitor/online";
|
||||
"monitor_operlog": "/monitor/operlog";
|
||||
"mps": "/mps";
|
||||
"mps_batch": "/mps/batch";
|
||||
"mps_import-heat": "/mps/import-heat";
|
||||
"mps_manual-pricing": "/mps/manual-pricing";
|
||||
"mps_market": "/mps/market";
|
||||
@ -152,6 +153,7 @@ declare module "@elegant-router/types" {
|
||||
| "monitor_logininfor"
|
||||
| "monitor_online"
|
||||
| "monitor_operlog"
|
||||
| "mps_batch"
|
||||
| "mps_import-heat"
|
||||
| "mps_manual-pricing"
|
||||
| "mps_market-yxzetgrb"
|
||||
|
Loading…
Reference in New Issue
Block a user