feat: 添加订阅管理功能,新增路由和视图组件;更新路由映射和类型定义

This commit is contained in:
2025-12-23 18:48:49 +07:00
parent 0f2f806593
commit 84d35d0689
8 changed files with 117 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ declare module "@elegant-router/types" {
"rwa": "/rwa";
"rwa_product": "/rwa/product";
"rwa_producttype": "/rwa/producttype";
"rwa_subscribe": "/rwa/subscribe";
"user": "/user";
"user_bank": "/user/bank";
"user_bankcard": "/user/bankcard";
@@ -102,6 +103,7 @@ declare module "@elegant-router/types" {
| "home"
| "rwa_product"
| "rwa_producttype"
| "rwa_subscribe"
| "user_bank"
| "user_bankcard"
| "user_list"