feat(登录): 添加用户信息认证工具函数并重构登录逻辑
refactor: 将登录页面的用户信息处理逻辑提取到独立工具函数 test: 添加用户信息认证工具函数的单元测试 chore: 添加vitest测试框架及相关依赖
Showing
7 changed files
with
97 additions
and
18 deletions
This diff is collapsed. Click to expand it.
src/utils/__tests__/auth_user_info.test.js
0 → 100644
src/utils/auth_user_info.js
0 → 100644
-
Please register or login to post a comment