feat: 更新 @riwa/api-types 依赖至 0.0.23,添加用户管理功能及相关界面

This commit is contained in:
2026-01-19 18:25:27 +07:00
parent 9b36a114b3
commit a2ef52be99
11 changed files with 145 additions and 12 deletions

View File

@@ -22,4 +22,5 @@ export const views: Record<LastLevelRouteKey, RouteComponent | (() => Promise<Ro
login: () => import("@/views/_builtin/login/index.vue"),
home: () => import("@/views/home/index.vue"),
product: () => import("@/views/product/index.vue"),
user: () => import("@/views/user/index.vue"),
};