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

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
+2
View File
@@ -64,6 +64,7 @@ declare module 'vue' {
NMessageProvider: typeof import('naive-ui')['NMessageProvider']
NModal: typeof import('naive-ui')['NModal']
NNotificationProvider: typeof import('naive-ui')['NNotificationProvider']
NProgress: typeof import('naive-ui')['NProgress']
NRadio: typeof import('naive-ui')['NRadio']
NRadioGroup: typeof import('naive-ui')['NRadioGroup']
NScrollbar: typeof import('naive-ui')['NScrollbar']
@@ -148,6 +149,7 @@ declare global {
const NMessageProvider: typeof import('naive-ui')['NMessageProvider']
const NModal: typeof import('naive-ui')['NModal']
const NNotificationProvider: typeof import('naive-ui')['NNotificationProvider']
const NProgress: typeof import('naive-ui')['NProgress']
const NRadio: typeof import('naive-ui')['NRadio']
const NRadioGroup: typeof import('naive-ui')['NRadioGroup']
const NScrollbar: typeof import('naive-ui')['NScrollbar']
+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"