修正登录接口路径错误
This commit is contained in:
parent
a102a7131e
commit
1f493f0820
|
@ -36,7 +36,7 @@ export async function login(data): Promise<IUser> {
|
||||||
// 此登录请求走https接口
|
// 此登录请求走https接口
|
||||||
return request({
|
return request({
|
||||||
baseURL: 'https://www.lolosia.top/home/api/',
|
baseURL: 'https://www.lolosia.top/home/api/',
|
||||||
url: '/logout',
|
url: '/login',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
responseType: 'json',
|
responseType: 'json',
|
||||||
data
|
data
|
||||||
|
|
Loading…
Reference in New Issue
Block a user