feat: 添加提现管理功能,整合提现页面及相关路由,支持提现请求的审核与管理

This commit is contained in:
2026-01-19 23:05:50 +07:00
parent a0efa2c3c3
commit 657853c8b7
8 changed files with 208 additions and 143 deletions

View File

@@ -26,6 +26,7 @@ declare module "@elegant-router/types" {
"news": "/news";
"product": "/product";
"user": "/user";
"withdraw": "/withdraw";
};
/**
@@ -66,6 +67,7 @@ declare module "@elegant-router/types" {
| "news"
| "product"
| "user"
| "withdraw"
>;
/**
@@ -91,6 +93,7 @@ declare module "@elegant-router/types" {
| "news"
| "product"
| "user"
| "withdraw"
>;
/**