🌈 style: 优化类型

This commit is contained in:
alger
2024-05-21 11:01:23 +08:00
parent e4c1f855fb
commit c37ad07f93
9 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ export function logout() {
// 手机号登录
// /login/cellphone
export function loginByCellphone(phone: any, password: any) {
export function loginByCellphone(phone: string, password: string) {
return request.post('/login/cellphone', {
phone,
password,