提交格式验证修改

This commit is contained in:
2026-08-13 13:34:14 +08:00
parent 3e5157909c
commit 181b8902e1
27 changed files with 220 additions and 579 deletions
-3
View File
@@ -32,7 +32,6 @@ declare module "@elegant-router/types" {
"home_process": "/home/process";
"home_processdetail": "/home/processdetail";
"login": "/login/:module(pwd-login)?";
"user-center": "/user-center";
};
/**
@@ -71,7 +70,6 @@ declare module "@elegant-router/types" {
| "changestatistics"
| "home"
| "login"
| "user-center"
>;
/**
@@ -101,7 +99,6 @@ declare module "@elegant-router/types" {
| "home_process"
| "home_processdetail"
| "login"
| "user-center"
>;
/**