update:移动端登录页面加密

This commit is contained in:
3030332422
2025-09-28 22:40:05 +08:00
parent f16d42d2b5
commit 6e5f708f5a
8 changed files with 119 additions and 4 deletions
-1
View File
@@ -4,7 +4,6 @@ import { http } from '@/http/request/alova'
export interface LoginData {
username: string
password: string
captcha: string
captchaId: string
areaCode?: string
mobile?: string