更新重点人群大屏

This commit is contained in:
2025-04-15 18:22:42 +08:00
parent a82eed844e
commit f983835744
7 changed files with 176 additions and 113 deletions

View File

@ -34,6 +34,11 @@ export const publicRoutes = [
name:'home',
component: () => import("@/views/home/index") //系统登录
},
{
path: "/KeyPopulations",
name:'KeyPopulations',
component: () => import("@/views/KeyPopulations/index") //系统登录
},
{
path: "/editPassword",// 注意:带有路径“/”的记录中的组件“默认”是一个不返回 Promise 的函数
component: layout,