更新页面

This commit is contained in:
2025-12-11 18:12:51 +08:00
parent c38109a171
commit 4036c036a9
403 changed files with 14407 additions and 18 deletions

View File

@ -159,6 +159,11 @@ export const publicRoutes = [
name: "home",
component: () => import("@/views/home/index") //系统登录
},
{
path: "/consultation",
name: "consultation",
component: () => import("@/views/consultation/demo")
},
{
path: "/KeyPopulations",
name: "KeyPopulations",