提交格式验证修改

This commit is contained in:
2026-08-13 13:34:14 +08:00
parent 3e5157909c
commit 181b8902e1
27 changed files with 220 additions and 579 deletions
-1
View File
@@ -28,5 +28,4 @@ export const views: Record<LastLevelRouteKey, RouteComponent | (() => Promise<Ro
home_process: () => import("@/views/home/process/index.vue"),
home_processdetail: () => import("@/views/home/processDetail/index.vue"),
login: () => import("@/views/login/index.vue"),
"user-center": () => import("@/views/user-center/index.vue"),
};
-10
View File
@@ -169,15 +169,5 @@ export const generatedRoutes: GeneratedRoute[] = [
constant: true,
hideInMenu: true
}
},
{
name: 'user-center',
path: '/user-center',
component: 'layout.base$view.user-center',
meta: {
title: 'user-center',
i18nKey: 'route.user-center',
hideInMenu: true
}
}
];
+1 -2
View File
@@ -177,8 +177,7 @@ const routeMap: RouteMap = {
"home_pending": "/home/pending",
"home_process": "/home/process",
"home_processdetail": "/home/processdetail",
"login": "/login/:module(pwd-login)?",
"user-center": "/user-center"
"login": "/login/:module(pwd-login)?"
};
/**