兴蜀人力数据概览大屏

This commit is contained in:
2025-10-12 14:25:12 +08:00
parent 2ed80d527d
commit ff7d9b1f31
10 changed files with 171 additions and 82 deletions

View File

@ -20,15 +20,21 @@ export const privateRoutes = [];
* 公开路由表
*/
export const publicRoutes = [
// {
// path: "/",
// name: "/home",
// component: () => import("@/views/largeScreen/index"),
// meta: {}
// },
// {
// path: "/recruitment",
// name: "/recruitment",
// component: () => import("@/views/recruitment/index"),
// meta: {}
// },
{
path: "/",
name: "/home",
component: () => import("@/views/largeScreen/index"),
meta: {}
},
{
path: "/recruitment",
name: "/recruitment",
component: () => import("@/views/recruitment/index"),
meta: {}
},