完成登录功能

This commit is contained in:
2023-03-02 19:48:08 +08:00
parent 1ef1329495
commit e8c230211b
6 changed files with 195 additions and 107 deletions

View File

@@ -12,7 +12,7 @@ import { service as instance } from "@/utils/api/request";
import { API_URL } from "@/utils/api/config";
interface LoginInfo
{
account: string;
p13account: string;
password: string;
}