user login

This commit is contained in:
simple321vip
2022-04-12 23:36:57 +08:00
parent 1c8c8264c2
commit 18da3c57b7
7 changed files with 137 additions and 49 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ const authorize = (params: any) => {
return request({
url: '/api/vi/authorize',
method: 'post',
data: {}
data: params
})
}