安全与风险统计静态页面完成
This commit is contained in:
Vendored
+2
@@ -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']
|
||||
|
||||
Vendored
+3
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user