系统配置静态页面部分

This commit is contained in:
2026-08-25 17:13:29 +08:00
parent a5de29a3de
commit 250cf6b22e
7 changed files with 351 additions and 1 deletions
+2
View File
@@ -75,6 +75,7 @@ declare module 'vue' {
NSwitch: typeof import('naive-ui')['NSwitch']
NTab: typeof import('naive-ui')['NTab']
NTable: typeof import('naive-ui')['NTable']
NTabPane: typeof import('naive-ui')['NTabPane']
NTabs: typeof import('naive-ui')['NTabs']
NTag: typeof import('naive-ui')['NTag']
NTooltip: typeof import('naive-ui')['NTooltip']
@@ -161,6 +162,7 @@ declare global {
const NSwitch: typeof import('naive-ui')['NSwitch']
const NTab: typeof import('naive-ui')['NTab']
const NTable: typeof import('naive-ui')['NTable']
const NTabPane: typeof import('naive-ui')['NTabPane']
const NTabs: typeof import('naive-ui')['NTabs']
const NTag: typeof import('naive-ui')['NTag']
const NTooltip: typeof import('naive-ui')['NTooltip']
+2
View File
@@ -49,6 +49,7 @@ declare module "@elegant-router/types" {
"signstatistics": "/signstatistics";
"systemmanage": "/systemmanage";
"systemmanage_role": "/systemmanage/role";
"systemmanage_setting": "/systemmanage/setting";
"systemmanage_template": "/systemmanage/template";
"systemmanage_user": "/systemmanage/user";
};
@@ -139,6 +140,7 @@ declare module "@elegant-router/types" {
| "riskstatistics"
| "signstatistics"
| "systemmanage_role"
| "systemmanage_setting"
| "systemmanage_template"
| "systemmanage_user"
>;