安全与风险统计静态页面完成

This commit is contained in:
2026-08-24 11:47:51 +08:00
parent 5bb87cb87b
commit 1ad34b15a9
9 changed files with 481 additions and 0 deletions
+1
View File
@@ -34,6 +34,7 @@ export const views: Record<LastLevelRouteKey, RouteComponent | (() => Promise<Ro
home_processdetail: () => import("@/views/home/processDetail/index.vue"),
home_pssr: () => import("@/views/home/pssr/index.vue"),
login: () => import("@/views/login/index.vue"),
riskstatistics: () => import("@/views/riskStatistics/index.vue"),
systemmanage_role: () => import("@/views/systemManage/role/index.vue"),
systemmanage_template: () => import("@/views/systemManage/template/index.vue"),
systemmanage_user: () => import("@/views/systemManage/user/index.vue"),