feat(hooks): 完成表格 Hooks 改造

This commit is contained in:
xlsea
2025-07-31 17:08:06 +08:00
parent 01116c9ffa
commit 4699654fc1
15 changed files with 1204 additions and 41 deletions

View File

@ -170,6 +170,9 @@ const routeMap: RouteMap = {
"403": "/403",
"404": "/404",
"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)?",