feat: 新增测试树表

This commit is contained in:
xlsea
2025-05-10 19:32:20 +08:00
parent 4a4febeeab
commit fd0783a50f
18 changed files with 601 additions and 38 deletions

View File

@ -22,6 +22,7 @@ declare module "@elegant-router/types" {
"500": "/500";
"demo": "/demo";
"demo_demo": "/demo/demo";
"demo_tree": "/demo/tree";
"home": "/home";
"iframe-page": "/iframe-page/:url";
"login": "/login/:module(pwd-login|code-login|register|reset-pwd|bind-wechat)?";
@ -114,6 +115,7 @@ declare module "@elegant-router/types" {
| "social-callback"
| "user-center"
| "demo_demo"
| "demo_tree"
| "home"
| "monitor_cache"
| "monitor_login-infor"