登录页

This commit is contained in:
asd
2020-09-25 15:23:51 +08:00
parent f7dd399ec1
commit 84e6700dfc
9 changed files with 132 additions and 18 deletions

View File

@@ -18,3 +18,4 @@ export function getinfo(): Promise<AxiosPromise>{
export function seninfo(data: object): Promise<AxiosPromise>{
return post("b",data)
}