feat: 新增个人中心页面

This commit is contained in:
xlsea
2025-04-28 23:52:26 +08:00
parent d751c14f7b
commit 423a8c031f
22 changed files with 920 additions and 20 deletions

View File

@ -45,6 +45,7 @@ declare module "@elegant-router/types" {
"system_user": "/system/user";
"tool": "/tool";
"tool_gen": "/tool/gen";
"user-center": "/user-center";
};
/**
@ -86,6 +87,7 @@ declare module "@elegant-router/types" {
| "social-callback"
| "system"
| "tool"
| "user-center"
>;
/**
@ -108,6 +110,7 @@ declare module "@elegant-router/types" {
| "iframe-page"
| "login"
| "social-callback"
| "user-center"
| "home"
| "monitor_cache"
| "monitor_login-infor"