|
@ -141,10 +141,11 @@ export function sendVehicle(data) { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
// 11.用户登出
|
|
|
// 11.用户登出
|
|
|
export function loginOut() { |
|
|
export function loginOut(data) { |
|
|
return request({ |
|
|
return request({ |
|
|
url: 'mobile/auth/loginOut', |
|
|
url: 'mobile/auth/loginOut', |
|
|
method: 'get' |
|
|
method: 'post', |
|
|
|
|
|
data |
|
|
}) |
|
|
}) |
|
|
} |
|
|
} |
|
|
// export function loginOut() {
|
|
|
// export function loginOut() {
|
|
|