diff --git a/lms/nladmin-ui/src/views/wms/produceScreen/produceScreen.js b/lms/nladmin-ui/src/views/wms/produceScreen/produceScreen.js index 4eb3825..f1a9a18 100644 --- a/lms/nladmin-ui/src/views/wms/produceScreen/produceScreen.js +++ b/lms/nladmin-ui/src/views/wms/produceScreen/produceScreen.js @@ -141,10 +141,11 @@ export function sendVehicle(data) { } // 11.用户登出 -export function loginOut() { +export function loginOut(data) { return request({ url: 'mobile/auth/loginOut', - method: 'get' + method: 'post', + data }) } // export function loginOut() {