更新url
This commit is contained in:
parent
0cac1f4a2f
commit
2e444f3f8e
@ -3,7 +3,7 @@ import request from './request'
|
|||||||
// 用户登陆接口
|
// 用户登陆接口
|
||||||
export function userLogin (query) {
|
export function userLogin (query) {
|
||||||
return request({
|
return request({
|
||||||
url: 'http://127.0.0.1:8052/api/login/account',
|
url: 'http://192.168.1.107/api/login/account',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
data: query
|
data: query
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user