【新增】web管理登陆判断用户类型

This commit is contained in:
任维炳
2025-04-23 17:10:37 +08:00
committed by 陆光LG
parent c1df1af772
commit 74abeb0564
3 changed files with 8 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
export type UserLoginVO = {
username: string
password: string
userType: string
captchaVerification: string
socialType?: string
socialCode?: string