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

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
+3
View File
@@ -39,6 +39,7 @@ declare module "@elegant-router/types" {
"home_processdetail": "/home/processdetail";
"home_pssr": "/home/pssr";
"login": "/login/:module(pwd-login)?";
"riskstatistics": "/riskstatistics";
"systemmanage": "/systemmanage";
"systemmanage_role": "/systemmanage/role";
"systemmanage_template": "/systemmanage/template";
@@ -82,6 +83,7 @@ declare module "@elegant-router/types" {
| "docs"
| "home"
| "login"
| "riskstatistics"
| "systemmanage"
>;
@@ -118,6 +120,7 @@ declare module "@elegant-router/types" {
| "home_processdetail"
| "home_pssr"
| "login"
| "riskstatistics"
| "systemmanage_role"
| "systemmanage_template"
| "systemmanage_user"