登出接口

This commit is contained in:
2024-09-02 13:50:06 +08:00
parent 5d368a5585
commit 099e301f05

View File

@@ -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() {